elixir: update to 1.14.3.
This commit is contained in:
parent
e97b56427f
commit
8a9e65789a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'elixir'
|
# Template file for 'elixir'
|
||||||
pkgname=elixir
|
pkgname=elixir
|
||||||
version=1.14.2
|
version=1.14.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_check_target="test"
|
make_check_target="test"
|
||||||
|
@ -13,7 +13,7 @@ license="Apache-2.0"
|
||||||
homepage="http://elixir-lang.org/"
|
homepage="http://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=3f79e384706495725119f60982fa16ea82d510c3fbeacfc6ee1a77c792bf152a
|
checksum=bd464145257f36bd64f7ba8bed93b6499c50571b415c491b20267d27d7035707
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
ERL_EPMD_PORT=5369 make ${make_check_target}
|
ERL_EPMD_PORT=5369 make ${make_check_target}
|
||||||
|
|
Loading…
Reference in New Issue