From cfa7f41dc2ecbf306007bb09feaae674d6060784 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sat, 20 Dec 2025 12:47:37 +0000 Subject: [PATCH] bump(main/go-musicfox): 4.7.2 This commit has been automatically submitted by Github Actions. --- packages/go-musicfox/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/go-musicfox/build.sh b/packages/go-musicfox/build.sh index 61f52025ad..63de6b22c2 100644 --- a/packages/go-musicfox/build.sh +++ b/packages/go-musicfox/build.sh @@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://github.com/go-musicfox/go-musicfox TERMUX_PKG_DESCRIPTION="A netease music player in terminal." TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@anhoder" -TERMUX_PKG_VERSION="4.7.1" +TERMUX_PKG_VERSION="4.7.2" TERMUX_PKG_DEPENDS="libc++, libflac, libvorbis" TERMUX_PKG_SRCURL=https://github.com/go-musicfox/go-musicfox/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=0f8c11ea41c561fd01b62c5cc46a65991d152a3fee8884cb917602bb865e1a47 +TERMUX_PKG_SHA256=13ef4bfa63bd21edddebd7ff616330f30eb1613b3725d2e36e55a2d806cda007 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag" TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+"