From 558a25994b3ccab9b308bb667e464bdff0ab0d61 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 7 Jan 2024 12:41:01 +0100 Subject: [PATCH] package/libreplaygain: use version friendly to release-monitoring Update LIBREPLAYGAIN_VERSION to match what is returned by https://release-monitoring.org/project/370816 Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- package/libreplaygain/libreplaygain.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libreplaygain/libreplaygain.mk b/package/libreplaygain/libreplaygain.mk index ff0950c43d..129eb90d5f 100644 --- a/package/libreplaygain/libreplaygain.mk +++ b/package/libreplaygain/libreplaygain.mk @@ -4,9 +4,9 @@ # ################################################################################ -LIBREPLAYGAIN_VERSION = r475 +LIBREPLAYGAIN_VERSION = 475 LIBREPLAYGAIN_SITE = http://files.musepack.net/source -LIBREPLAYGAIN_SOURCE = libreplaygain_$(LIBREPLAYGAIN_VERSION).tar.gz +LIBREPLAYGAIN_SOURCE = libreplaygain_r$(LIBREPLAYGAIN_VERSION).tar.gz # upstream doesn't ship configure LIBREPLAYGAIN_AUTORECONF = YES LIBREPLAYGAIN_INSTALL_STAGING = YES