From b5df77b15f902d19dbbdbe26e39d780cb79e0580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 10 Jul 2018 23:15:57 +0200 Subject: [PATCH] libsidplayfp: update to 1.8.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/libsidplayfp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libsidplayfp/template b/srcpkgs/libsidplayfp/template index 49cd457c105..36a806662e5 100644 --- a/srcpkgs/libsidplayfp/template +++ b/srcpkgs/libsidplayfp/template @@ -1,14 +1,14 @@ # Template file for 'libsidplayfp' pkgname=libsidplayfp -version=1.8.7 +version=1.8.8 revision=1 build_style=gnu-configure short_desc="Library to play Commodore 64 SID music" maintainer="Jürgen Buchmüller " -license="GPL-2.0" +license="GPL-2.0-or-later" homepage="https://sourceforge.net/projects/sidplay-residfp/" distfiles="${SOURCEFORGE_SITE}/sidplay-residfp/${pkgname}/${version%.*}/${pkgname}-${version}.tar.gz" -checksum=aa81272ff2093d712041d1bba3f7c9e2f654ed5db4e0a698e3d3c3c5dad26192 +checksum=d28b0c28ceea62627c137b4194e8bed866c8f2cec65bac97fde63639250a31e0 case "$XBPS_TARGET_MACHINE" in *-musl) CXXFLAGS="-Duint=unsigned"; configure_args="ac_cv_sizeof_int=4";;