elixir: update to 1.13.2.

This commit is contained in:
Duncaen 2022-01-20 21:20:27 +01:00
parent ff3e116209
commit 277c8dd2fb
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.13.1
version=1.13.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=deaba8156b11777adfa28e54e76ddf49ab1a0132cca54c41d9d7648e800edcc8
checksum=03afed42dccf4347c4d3ae2b905134093a3ba2245d0d3098d75009a1d659ed1a
do_check() {
ERL_EPMD_PORT=5369 make ${make_check_target}