aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2024-03-29 15:29:28 -0700
committerRosen Penev <rosenp@gmail.com>2024-04-06 16:36:35 -0700
commitd0088b57d134780a075201fa44d954bdcca47326 (patch)
tree2f1e1bd1ac660358dfc36ad74638d31a9f927fe0 /libs
parentfce373144e8a683254074f43dc2876dd898e7438 (diff)
libmad: fix PKG_VERSION after apk change
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/libmad/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/libmad/Makefile b/libs/libmad/Makefile
index a6d7c8e90..79d66bdeb 100644
--- a/libs/libmad/Makefile
+++ b/libs/libmad/Makefile
@@ -8,12 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libmad
-PKG_RELEASE:=1
+PKG_VERSION:=0.16.4
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=0.16.4
+PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_SOURCE_URL:=https://codeberg.org/tenacityteam/libmad
-PKG_MIRROR_HASH:=729c78430c2fa4bf5bb25aa3f25b6a6cd5367e5255057e6211a48f6cde6a953a
+PKG_MIRROR_HASH:=6a9cca07873ed6e7ace90652cc681d825260bd2866f2f92673b39dcd99523c3c
PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
PKG_LICENSE:=GPL-2.0-or-later