From 5c2426db401786aa22a0577626cdc241e5163533 Mon Sep 17 00:00:00 2001 From: SpidFightFR Date: Sun, 18 Jun 2023 09:26:56 +0000 Subject: [PATCH 1/2] ZMusic: update to 1.1.12. --- srcpkgs/ZMusic/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template index 8a66744e49cd..8496f8f9cd35 100644 --- a/srcpkgs/ZMusic/template +++ b/srcpkgs/ZMusic/template @@ -1,6 +1,6 @@ # Template file for 'ZMusic' pkgname=ZMusic -version=1.1.10 +version=1.1.12 revision=1 build_style=cmake configure_args="-DDYN_SNDFILE=OFF -DDYN_FLUIDSYNTH=OFF -DDYN_MPG123=OFF" @@ -11,7 +11,7 @@ maintainer="Érico Nogueira " license="GPL-3.0-or-later" homepage="https://github.com/coelckers/ZMusic" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=378435b35f02a3123ee9e01b5e7990017f9bc1244b788e3bf54b37b34a2985ba +checksum=da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4 if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" musl-fts-devel" From 71a1dde1e9ccbae5deba134d21e0487298b6b76d Mon Sep 17 00:00:00 2001 From: SpidFightFR <60798703+SpidFightFR@users.noreply.github.com> Date: Sun, 25 Jun 2023 22:36:54 +0200 Subject: [PATCH 2/2] Update srcpkgs/ZMusic/template Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/ZMusic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template index 8496f8f9cd35..e35e9cb5bc61 100644 --- a/srcpkgs/ZMusic/template +++ b/srcpkgs/ZMusic/template @@ -10,7 +10,7 @@ short_desc="GZDoom's music system" maintainer="Érico Nogueira " license="GPL-3.0-or-later" homepage="https://github.com/coelckers/ZMusic" -distfiles="${homepage}/archive/${version}.tar.gz" +distfiles="https://github.com/coelckers/ZMusic/archive/${version}.tar.gz" checksum=da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4 if [ "$XBPS_TARGET_LIBC" = musl ]; then