elixir: update to 1.12.3.

This commit is contained in:
Duncaen 2021-09-09 18:47:57 +02:00
parent 1165787514
commit 234c397aef
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'elixir'
pkgname=elixir
version=1.12.2
version=1.12.3
revision=1
build_style=gnu-makefile
make_check_target="test"
@ -13,4 +13,10 @@ license="Apache-2.0"
homepage="http://elixir-lang.org/"
changelog="https://raw.githubusercontent.com/elixir-lang/elixir/v${version%.*}/CHANGELOG.md"
distfiles="https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz"
checksum=701006d1279225fc42f15c8d3f39906db127ddcc95373d34d8d160993356b15c
checksum=c5affa97defafa1fd89c81656464d61da8f76ccfec2ea80c8a528decd5cb04ad
do_check() {
ERL_EPMD_PORT=5369 make ${make_check_target}
# The elixir test suite starts up epmd and then doesn't kill it again afterwards.
epmd -port 5369 -kill
}