From 99c2a112b8dd36c9b1aa466eabefc046a003f5ad Mon Sep 17 00:00:00 2001 From: zenobit Date: Fri, 6 Oct 2023 04:23:43 +0200 Subject: [PATCH 1/2] mpg123: update to 1.32.3 --- srcpkgs/mpg123/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mpg123/template b/srcpkgs/mpg123/template index 90823cec2e189..1b5644702798a 100644 --- a/srcpkgs/mpg123/template +++ b/srcpkgs/mpg123/template @@ -1,7 +1,7 @@ # Template file for 'mpg123' # Sync with mpg123-extras pkgname=mpg123 -version=1.31.3 +version=1.32.3 revision=1 build_style=gnu-configure # --with-cpu not necessary, upstream detects features correctly @@ -15,7 +15,7 @@ license="LGPL-2.1-only" homepage="https://www.mpg123.org/" changelog="https://www.mpg123.de/trunk/NEWS" distfiles="${SOURCEFORGE_SITE}/mpg123/mpg123-${version}.tar.bz2" -checksum=1ca77d3a69a5ff845b7a0536f783fee554e1041139a6b978f6afe14f5814ad1a +checksum=2d9913a57d4ee8f497a182c6e82582602409782a4fb481e989feebf4435867b4 if [ "$XBPS_TARGET_LIBC" = musl ]; then # No LFS required with musl From 2f13566b39c236ba6678d11210c05e3fa0dda891 Mon Sep 17 00:00:00 2001 From: zenobit Date: Fri, 6 Oct 2023 04:24:03 +0200 Subject: [PATCH 2/2] mpg123-extras: update to 1.32.3 --- srcpkgs/mpg123-extras/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mpg123-extras/template b/srcpkgs/mpg123-extras/template index 3229619548a09..23864628e05d6 100644 --- a/srcpkgs/mpg123-extras/template +++ b/srcpkgs/mpg123-extras/template @@ -1,7 +1,7 @@ # Template file for 'mpg123-extras' # Sync with mpg123 pkgname=mpg123-extras -version=1.31.3 +version=1.32.3 revision=1 build_style=gnu-configure # --with-cpu not necessary, upstream detects features correctly @@ -16,7 +16,7 @@ license="LGPL-2.1-only" homepage="https://www.mpg123.org/" changelog="https://www.mpg123.de/trunk/NEWS" distfiles="https://www.mpg123.org/download/mpg123-${version}.tar.bz2" -checksum=1ca77d3a69a5ff845b7a0536f783fee554e1041139a6b978f6afe14f5814ad1a +checksum=2d9913a57d4ee8f497a182c6e82582602409782a4fb481e989feebf4435867b4 # Restrict extras to the same matching version, ignore revision _depends="libmpg123>=${version}_1<=${version}_9999"