From 04336d551985d60f696a7fdd118ead4b0c40ddf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 25 Jan 2021 11:08:16 -0300 Subject: [PATCH] ZMusic: update to 1.1.4. --- srcpkgs/ZMusic/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ZMusic/template b/srcpkgs/ZMusic/template index 4151153cc83..e2f72d46da2 100644 --- a/srcpkgs/ZMusic/template +++ b/srcpkgs/ZMusic/template @@ -1,6 +1,6 @@ # Template file for 'ZMusic' pkgname=ZMusic -version=1.1.3 +version=1.1.4 revision=1 build_style=cmake configure_args="-DGME_INCLUDE_DIR=/usr/include -DGME_LIBRARIES=gme" @@ -13,7 +13,7 @@ maintainer="Érico Nogueira " license="GPL-3.0-or-later" homepage="https://github.com/coelckers/ZMusic" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=5f432b022e023175eae7701625f79287e9ffe889a444179681381026b4fb93bf +checksum=29a18a6a8d0db4978a9d5badbbd612be2337d64ef0d768e944ea70f526eae285 if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" musl-fts-devel"