rebar3: update to 3.13.2.
This commit is contained in:
parent
ee09bf8008
commit
32d3c5bd93
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'rebar3'
|
# Template file for 'rebar3'
|
||||||
pkgname=rebar3
|
pkgname=rebar3
|
||||||
version=3.13.0
|
version=3.13.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
hostmakedepends=erlang
|
hostmakedepends=erlang
|
||||||
depends="erlang>=22"
|
depends="erlang>=22"
|
||||||
short_desc="Erlang build tool to compile, test, and release applications"
|
short_desc="Erlang build tool to compile, test, and release applications"
|
||||||
maintainer="Noel Cower <ncower@gmail.com>"
|
maintainer="Noel Cower <ncower@nil.dev>"
|
||||||
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=49ecf89d04676d077712a10d8252bbda73998a3badf8b342481530fbc685a123
|
checksum=e14cdc1f5b7d363a238a9f555f89e878bc4fc836c970571b41b90ee947f91505
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
./bootstrap
|
./bootstrap
|
||||||
|
|
Loading…
Reference in New Issue