From 9255a4e4810e9a1045d87317a7808259eccf4178 Mon Sep 17 00:00:00 2001 From: SpidFightFR Date: Sat, 20 May 2023 09:45:15 +0000 Subject: [PATCH] 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"