From 1b5e392febfaedb8d48da458cbfc20295b784b7b Mon Sep 17 00:00:00 2001 From: sev Date: Wed, 3 Jan 2024 00:23:27 +0000 Subject: [PATCH] testing/mympd: upgrade to 13.0.6 --- .gitmodules | 3 +++ testing/alpine-pkg-glibc | 1 + testing/mympd/APKBUILD | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 testing/alpine-pkg-glibc diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9f8df8b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "testing/alpine-pkg-glibc"] + path = testing/alpine-pkg-glibc + url = https://github.com/sgerrand/alpine-pkg-glibc diff --git a/testing/alpine-pkg-glibc b/testing/alpine-pkg-glibc new file mode 160000 index 0000000..0d226ba --- /dev/null +++ b/testing/alpine-pkg-glibc @@ -0,0 +1 @@ +Subproject commit 0d226ba64a85574fd22ddc626fda2a51af18e18b diff --git a/testing/mympd/APKBUILD b/testing/mympd/APKBUILD index d69e7dc..e50d789 100644 --- a/testing/mympd/APKBUILD +++ b/testing/mympd/APKBUILD @@ -3,7 +3,7 @@ # Based on upstream APKBUILD # https://github.com/jcorporation/myMPD/blob/master/contrib/packaging/alpine/APKBUILD.in pkgname=mympd -pkgver=12.0.4 +pkgver=13.0.6 pkgrel=0 pkgdesc="myMPD is a standalone and mobile friendly web-based MPD client." url="https://jcorporation.github.io/myMPD/" @@ -39,5 +39,5 @@ package() { } sha512sums=" -ab3391c294b9ee7a82c61021d950241cd395ab851496407b0cc4556fb3f58c3d70299dca719f37ac0de7535b5aef5450c5663762d2e39281ee3a23db45f4c997 myMPD-12.0.4.tar.gz +bb4c6b02b81e5b3ee4b0953ed4815faed74d8ab28c70c0228efa539771714d691b2955f8bf296e0e7e7785a1b8a50768e50a5c8a1bbfe358f25df70e380c30cf myMPD-13.0.6.tar.gz " -- 2.46.0