elixir: update to 1.13.3.

This commit is contained in:
Duncaen 2022-02-13 14:48:56 +01:00
parent 64b7cff02e
commit e26f461c63
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.13.2 version=1.13.3
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=03afed42dccf4347c4d3ae2b905134093a3ba2245d0d3098d75009a1d659ed1a checksum=652779f7199f5524e2df1747de0e373d8b9f1d1206df25b2e551cd0ad33f8440
do_check() { do_check() {
ERL_EPMD_PORT=5369 make ${make_check_target} ERL_EPMD_PORT=5369 make ${make_check_target}