From de0a250c39f7146c87466f1a5af31cec64149e8f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 11 Dec 2021 17:40:25 +0100 Subject: [PATCH] elixir: update to 1.13.0. --- srcpkgs/elixir/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template index af53ab1047a..cc2ab43b7f7 100644 --- a/srcpkgs/elixir/template +++ b/srcpkgs/elixir/template @@ -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}