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:
Alexander Verbovetsky 2024-04-12 22:57:16 +09:00 committed by Willy Sudiarto Raharjo
parent 8da76344bd
commit 29cb100da8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"