mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/rebar3: Updated for version 3.23.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8da76344bd
commit
29cb100da8
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rebar3
|
||||
VERSION=${VERSION:-3.22.1}
|
||||
VERSION=${VERSION:-3.23.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rebar3"
|
||||
VERSION="3.22.1"
|
||||
VERSION="3.23.0"
|
||||
HOMEPAGE="https://github.com/erlang/rebar3"
|
||||
DOWNLOAD="https://github.com/erlang/rebar3/archive/3.22.1/rebar3-3.22.1.tar.gz"
|
||||
MD5SUM="52f7a7aacb4ec6c4905c895aa6152738"
|
||||
DOWNLOAD="https://github.com/erlang/rebar3/archive/3.23.0/rebar3-3.23.0.tar.gz"
|
||||
MD5SUM="9b3fe45691c2eb7ad27a64e457838bad"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="erlang-otp"
|
||||
|
|
Loading…
Reference in a new issue