rebar3: update to 3.14.1.
Also drop noarch.
This commit is contained in:
parent
ef7986cbc2
commit
65deced9b8
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'rebar3'
|
||||
pkgname=rebar3
|
||||
version=3.13.2
|
||||
version=3.14.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
hostmakedepends=erlang
|
||||
depends="erlang>=22"
|
||||
short_desc="Erlang build tool to compile, test, and release applications"
|
||||
|
@ -10,7 +9,7 @@ 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=e14cdc1f5b7d363a238a9f555f89e878bc4fc836c970571b41b90ee947f91505
|
||||
checksum=b01275b6cbdb354dcf9ed686fce2b5f9dfdd58972ded9e970e31b9215a8521f2
|
||||
|
||||
do_build() {
|
||||
./bootstrap
|
||||
|
|
Loading…
Reference in a new issue