rebar3: update to 3.25.1.

This commit is contained in:
icp 2024-03-06 14:11:38 +05:30
parent 625df4a38a
commit d86ec347fe

View file

@ -1,20 +1,24 @@
# Template file for 'rebar3'
pkgname=rebar3
version=3.19.0
revision=3
version=3.25.1
revision=1
hostmakedepends=erlang
depends="erlang>=22"
depends="erlang>=26"
short_desc="Erlang build tool to compile, test, and release applications"
maintainer="Noel Cower <ncower@nil.dev>"
license="Apache-2.0"
homepage="https://www.rebar3.org/"
distfiles="https://github.com/erlang/rebar3/archive/${version}.tar.gz"
checksum=ff9ef42c737480477ebdf0dd9d95ece534a14c96f05edafbf32e9af973280bc3
distfiles="https://github.com/erlang/rebar3/archive/refs/tags/${version}.tar.gz"
checksum=458d6ceaf7822dd7682288354ab3ba74e14b3ed11cc5b551af9eb312de894106
do_build() {
./bootstrap
}
do_check() {
./rebar3 ct
}
do_install() {
vbin rebar3
vsconf rebar.config.sample rebar.config