From e26f461c63fbe19d907a3b1c2e793316c26e4c4e Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 13 Feb 2022 14:48:56 +0100 Subject: [PATCH] elixir: update to 1.13.3. --- srcpkgs/elixir/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template index f7392175b04..5a8b5d7c1e9 100644 --- a/srcpkgs/elixir/template +++ b/srcpkgs/elixir/template @@ -1,6 +1,6 @@ # Template file for 'elixir' pkgname=elixir -version=1.13.2 +version=1.13.3 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=03afed42dccf4347c4d3ae2b905134093a3ba2245d0d3098d75009a1d659ed1a +checksum=652779f7199f5524e2df1747de0e373d8b9f1d1206df25b2e551cd0ad33f8440 do_check() { ERL_EPMD_PORT=5369 make ${make_check_target}