From ccc9880b55be67baeca952f622c29b33d1330966 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 16 Jul 2023 17:53:01 +0200 Subject: [PATCH] elixir: update to 1.15.3. --- srcpkgs/elixir/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/elixir/template b/srcpkgs/elixir/template index d8f31283ed9..ca9f2d4b37d 100644 --- a/srcpkgs/elixir/template +++ b/srcpkgs/elixir/template @@ -1,7 +1,7 @@ # Template file for 'elixir' pkgname=elixir -version=1.15.2 -revision=2 +version=1.15.3 +revision=1 build_style=gnu-makefile make_build_args="LIBDIR=lib${XBPS_TARGET_WORDSIZE}" make_check_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=3cfadca57c3092ccbd3ec3f17e5eab529bbd2946f50e4941a903c55c39e3c5f5 +checksum=7dc895b09132d344948e05976bfbcdadf0884cda2a26ad4bda095b622d98aeef post_patch() { # XXX: find a better solution