elixir: update to 1.13.0.

This commit is contained in:
Duncaen 2021-12-11 17:40:25 +01:00
parent 4ccf98a499
commit de0a250c39
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.12.3
version=1.13.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=c5affa97defafa1fd89c81656464d61da8f76ccfec2ea80c8a528decd5cb04ad
checksum=0ed0fb89a9b6428cd1537b7f9aab1d6ea64e0c5972589eeb46dff6f0324468ae
do_check() {
ERL_EPMD_PORT=5369 make ${make_check_target}