From: Florian Eckert Date: Fri, 10 May 2024 12:02:32 +0000 (+0200) Subject: atlas-probe: fix PKG_MIRROR_HASH X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0e732c39828204a413fbf22560a69ba6b77516b3;p=openwrt-packages.git atlas-probe: 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: 072140981093 ("atlas-probe: fix version for APK") Signed-off-by: Florian Eckert --- diff --git a/net/atlas-probe/Makefile b/net/atlas-probe/Makefile index f8c3a6661..eb2ffbd34 100644 --- a/net/atlas-probe/Makefile +++ b/net/atlas-probe/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/RIPE-NCC/ripe-atlas-probe-busybox -PKG_MIRROR_HASH:=db2ffc377d09151f33100ae3f62705a84b5ead468074923db622f0a06966fb1a +PKG_MIRROR_HASH:=6caa57297984814ed3d3369f7ac8682c688e39ed592102977048ab7de80e1a91 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=GPL-2.0-or-later