rebar3: update to 3.12.0.
This commit is contained in:
parent
d3cb5e05bf
commit
5ed30f0b5e
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rebar3'
|
# Template file for 'rebar3'
|
||||||
pkgname=rebar3
|
pkgname=rebar3
|
||||||
version=3.11.1
|
version=3.12.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
hostmakedepends=erlang
|
hostmakedepends=erlang
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Noel Cower <ncower@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.rebar3.org/"
|
homepage="https://www.rebar3.org/"
|
||||||
distfiles="https://github.com/erlang/rebar3/archive/${version}.tar.gz"
|
distfiles="https://github.com/erlang/rebar3/archive/${version}.tar.gz"
|
||||||
checksum=a1822db5210b96b5f8ef10e433b22df19c5fc54dfd847bcaab86c65151ce4171
|
checksum=8ac45498f03e293bc6342ec431888f9a81a4fb9e1177a69965238d127c00a79e
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
./bootstrap
|
./bootstrap
|
||||||
|
|
Loading…
Reference in New Issue