From 4e6a64527863d1d45d2c1c4d60db5fe198582d5a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 5 Sep 2023 15:21:56 +0200 Subject: [PATCH] elixir: update to 1.15.5. --- srcpkgs/elixir/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template index e7282686a5d..9e4e067f02a 100644 --- a/srcpkgs/elixir/template +++ b/srcpkgs/elixir/template @@ -1,6 +1,6 @@ # Template file for 'elixir' pkgname=elixir -version=1.15.4 +version=1.15.5 revision=1 build_style=gnu-makefile make_build_args="LIBDIR=lib${XBPS_TARGET_WORDSIZE}" @@ -17,7 +17,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=302bf8065ab792a88f6c3a0c01a6bb58737be3e4fc2564c8afd418bf9792501c +checksum=69f6203eded2d5b2d246c807528f896b3d352141c9cf3e095762748d677c7260 post_patch() { # XXX: find a better solution