elixir: update to 1.14.5.

This commit is contained in:
Duncaen 2023-05-24 13:10:31 +02:00
parent f4726d693f
commit 107d3b9575
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'elixir' # Template file for 'elixir'
pkgname=elixir pkgname=elixir
version=1.14.4 version=1.14.5
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=07d66cf147acadc21bd1679f486efd6f8d64a73856ecc83c71b5e903081b45d2 checksum=2ea249566c67e57f8365ecdcd0efd9b6c375f57609b3ac2de326488ac37c8ebd
do_check() { do_check() {
ERL_EPMD_PORT=5369 make ${make_check_target} ERL_EPMD_PORT=5369 make ${make_check_target}