elixir: update to 1.14.1.

This commit is contained in:
Duncaen 2022-10-15 20:15:13 +02:00
parent 40bfd4af7f
commit 730be50dab
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,7 +1,7 @@
# Template file for 'elixir'
pkgname=elixir
version=1.14.0
revision=2
version=1.14.1
revision=1
build_style=gnu-makefile
make_check_target="test"
hostmakedepends="erlang"
@ -13,7 +13,7 @@ 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=ac129e266a1e04cdc389551843ec3dbdf36086bb2174d3d7e7936e820735003b
checksum=8ad537eb84471c24c3e6984c37884f06a7834ff2efd72c436c222baee8df9a11
do_check() {
ERL_EPMD_PORT=5369 make ${make_check_target}