From efa6461a5dc174621805803a464091e227f0f970 Mon Sep 17 00:00:00 2001 From: Adam Liliemark Date: Tue, 13 Jan 2026 21:44:53 +0100 Subject: [PATCH] elixir: update to 1.19.5 --- srcpkgs/elixir/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template index 6e8e0dcf26e327..4ca6866e00a1d5 100644 --- a/srcpkgs/elixir/template +++ b/srcpkgs/elixir/template @@ -1,6 +1,6 @@ # Template file for 'elixir' pkgname=elixir -version=1.19.4 +version=1.19.5 revision=1 build_style=gnu-makefile make_check_target="test_erlang test_elixir" @@ -13,7 +13,7 @@ license="Apache-2.0" homepage="https://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=a2df9d5411fc53d97ec17c069765c8fb781f8dc36c4e06ec1cd4b189340d364b +checksum=10750b8bd74b10ac1e25afab6df03e3d86999890fa359b5f02aa81de18a78e36 do_check() { ERL_EPMD_PORT=5369 make ${make_check_target}