elixir: update to 1.14.0.

This commit is contained in:
Duncaen 2022-09-02 12:52:19 +02:00
parent 9b24c6a41e
commit a659660fcd
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.13.4
version=1.14.0
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=95daf2dd3052e6ca7d4d849457eaaba09de52d65ca38d6933c65bc1cdf6b8579
checksum=ac129e266a1e04cdc389551843ec3dbdf36086bb2174d3d7e7936e820735003b
do_check() {
ERL_EPMD_PORT=5369 make ${make_check_target}