From: Florian Eckert Date: Fri, 10 May 2024 12:01:55 +0000 (+0200) Subject: libmbim: fix PKG_MIRROR_HASH X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=df887f8c9918730de952f9127f405158a80833b3;p=openwrt-packages.git libmbim: 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: 6efdaecf5b0b ("libmbim: add missing PKG_VERSION for APK") Signed-off-by: Florian Eckert --- diff --git a/libs/libmbim/Makefile b/libs/libmbim/Makefile index dcbb4c36b..5b6a1a7ab 100644 --- a/libs/libmbim/Makefile +++ b/libs/libmbim/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.freedesktop.org/mobile-broadband/libmbim.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=792c2310290ac3a2ee690e25eda7c79c1e982aa41b3bff2be7454f3505a09827 +PKG_MIRROR_HASH:=fdb9d945465b7ad13ccd180b3e2c580f45ba6859d464e75191d6f3f38257c1ac PKG_BUILD_FLAGS:=gc-sections