elixir: update to 1.14.4.

This commit is contained in:
Duncaen 2023-04-08 15:48:47 +02:00
parent 531775d028
commit 79c1787fd3
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.14.3
version=1.14.4
revision=1
build_style=gnu-makefile
make_check_target="test"
@ -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=bd464145257f36bd64f7ba8bed93b6499c50571b415c491b20267d27d7035707
checksum=07d66cf147acadc21bd1679f486efd6f8d64a73856ecc83c71b5e903081b45d2
do_check() {
ERL_EPMD_PORT=5369 make ${make_check_target}