From ac1517e43b15d0066172e64d2a9211b33f3b89ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sat, 13 Aug 2022 00:59:48 -0300 Subject: [PATCH] ZMusic: update to 1.1.10. A future version won't depend on fluidsynth but might make it a mess to build [1]. [1] https://github.com/ZDoom/ZMusic/commit/47475495f43c0e9fed55fbe861cf2cb94628f39c --- srcpkgs/ZMusic/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template index 23e805e3c99..8a66744e49c 100644 --- a/srcpkgs/ZMusic/template +++ b/srcpkgs/ZMusic/template @@ -1,6 +1,6 @@ # Template file for 'ZMusic' pkgname=ZMusic -version=1.1.8 +version=1.1.10 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=73082f661b7b0bb33348d1d186c132deec9132a1613480348a00172b49c9fd68 +checksum=378435b35f02a3123ee9e01b5e7990017f9bc1244b788e3bf54b37b34a2985ba if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" musl-fts-devel"