elixir: update to 1.18.3.
This commit is contained in:
parent
528e73048f
commit
f5fbcb4d09
@ -1,12 +1,8 @@
|
|||||||
# Template file for 'elixir'
|
# Template file for 'elixir'
|
||||||
pkgname=elixir
|
pkgname=elixir
|
||||||
version=1.18.2
|
version=1.18.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="LIBDIR=lib${XBPS_TARGET_WORDSIZE}"
|
|
||||||
make_check_args="LIBDIR=lib${XBPS_TARGET_WORDSIZE}"
|
|
||||||
make_install_args="LIBDIR=lib${XBPS_TARGET_WORDSIZE}"
|
|
||||||
# make_check_target="test"
|
|
||||||
make_check_target="test_erlang test_elixir"
|
make_check_target="test_erlang test_elixir"
|
||||||
hostmakedepends="erlang"
|
hostmakedepends="erlang"
|
||||||
depends="erlang>=24"
|
depends="erlang>=24"
|
||||||
@ -17,7 +13,7 @@ license="Apache-2.0"
|
|||||||
homepage="https://elixir-lang.org/"
|
homepage="https://elixir-lang.org/"
|
||||||
changelog="https://raw.githubusercontent.com/elixir-lang/elixir/v${version%.*}/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/elixir-lang/elixir/v${version%.*}/CHANGELOG.md"
|
||||||
distfiles="https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz"
|
distfiles="https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz"
|
||||||
checksum=efc8d0660b56dd3f0c7536725a95f4d8b6be9f11ca9779d824ad79377753e916
|
checksum=f8d4376311058dd9a78ed365fa1df9fd1b22d2468c587e3f0f4fb320283a1ed7
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
ERL_EPMD_PORT=5369 make ${make_check_target}
|
ERL_EPMD_PORT=5369 make ${make_check_target}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user