From a872b84630eae57a33dc2618e071f134af70071b Mon Sep 17 00:00:00 2001 From: Jeremy Cowgar Date: Sun, 14 Jan 2024 11:19:53 -0500 Subject: [PATCH] elixir: update to 1.16.0. --- srcpkgs/elixir/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template index 8b3fda6a63eeb..c925eddc01fb8 100644 --- a/srcpkgs/elixir/template +++ b/srcpkgs/elixir/template @@ -1,6 +1,6 @@ # Template file for 'elixir' pkgname=elixir -version=1.15.7 +version=1.16.0 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=78bde2786b395515ae1eaa7d26faa7edfdd6632bfcfcd75bccb6341a18e8798f +checksum="d7fe641e3c85c9774232618d22c880c86c2f31e3508c344ce75d134cd40aea18" post_patch() { # XXX: find a better solution