elixir: update to 1.14.2.

This commit is contained in:
Duncaen 2022-11-29 12:59:36 +01:00
parent 7dbc104279
commit a3ff592e78
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'elixir'
pkgname=elixir
version=1.14.1
version=1.14.2
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=8ad537eb84471c24c3e6984c37884f06a7834ff2efd72c436c222baee8df9a11
checksum=3f79e384706495725119f60982fa16ea82d510c3fbeacfc6ee1a77c792bf152a
do_check() {
ERL_EPMD_PORT=5369 make ${make_check_target}