From bd0dd9d134d62c69ed98ad1e375e2c04b29c76c8 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 10 May 2024 13:40:06 +0200 Subject: [PATCH] faad2: fix PKG_MIRROR_HASH Due to the change in the version description, the package must be downloaded again. In addition, the standard compression method has changed to zst. The checksum must therefore be recalculated. Fixes: 0c13c5e3c8de ("faad2: fix version for APK") Signed-off-by: Florian Eckert --- libs/faad2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/faad2/Makefile b/libs/faad2/Makefile index e0e68e06a3..5d7338703a 100644 --- a/libs/faad2/Makefile +++ b/libs/faad2/Makefile @@ -12,7 +12,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/knik0/faad2 -PKG_MIRROR_HASH:=5a4d2e520fa5baeedac703c3dbb7eb81ff80cabd4083c08e6e1305d6811547e7 +PKG_MIRROR_HASH:=3bedd29eb3a55a052158bb27f68c69177ebacb93c6a0643c0aac6303512eeb15 PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0-or-later -- 2.30.2