Skip to content

Commit

Permalink
libmad: fix PKG_VERSION after apk change
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Apr 6, 2024
1 parent fce3731 commit d0088b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libs/libmad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
PKG_LICENSE:=GPL-2.0-or-later
Expand Down

0 comments on commit d0088b5

Please sign in to comment.