elixir: update to 1.15.7.

This commit is contained in:
Duncaen 2023-10-19 23:43:28 +02:00
parent 5f5d96771d
commit 1fff76a9bd
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'elixir' # Template file for 'elixir'
pkgname=elixir pkgname=elixir
version=1.15.6 version=1.15.7
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="LIBDIR=lib${XBPS_TARGET_WORDSIZE}" make_build_args="LIBDIR=lib${XBPS_TARGET_WORDSIZE}"
@ -17,7 +17,7 @@ license="Apache-2.0"
homepage="http://elixir-lang.org/" homepage="http://elixir-lang.org/"
changelog="https://raw.githubusercontent.com/elixir-lang/elixir/v${version%.*}/CHANGELOG.md" changelog="https://raw.githubusercontent.com/elixir-lang/elixir/v${version%.*}/CHANGELOG.md"
distfiles="https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz" distfiles="https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz"
checksum=385fc1958bcf9023a748acf8c42179a0c6123c89744396840bdcd661ee130177 checksum=78bde2786b395515ae1eaa7d26faa7edfdd6632bfcfcd75bccb6341a18e8798f
post_patch() { post_patch() {
# XXX: find a better solution # XXX: find a better solution