From: Gagan Deep Date: Wed, 9 Sep 2026 17:09:31 +0000 (+0000) Subject: openwisp-config: fetch release tarball instead of git clone X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bc29809524d7d8ee47ea14d90d2247bfd4c1325a;p=openwrt-packages.git openwisp-config: fetch release tarball instead of git clone Switch source fetch from git clone to the upstream release tarball published for every tag, as recommended by the feed guidelines. This replaces PKG_MIRROR_HASH with a plain PKG_HASH of the codeload tarball. Co-authored-by: Federico Capoano Signed-off-by: Gagan Deep --- diff --git a/admin/openwisp-config/Makefile b/admin/openwisp-config/Makefile index 0139475ea..f34ae642a 100644 --- a/admin/openwisp-config/Makefile +++ b/admin/openwisp-config/Makefile @@ -11,10 +11,9 @@ PKG_RELEASE:=1 PKG_MAINTAINER:=Federico Capoano PKG_LICENSE:=GPL-3.0-or-later -PKG_SOURCE_URL:=https://github.com/openwisp/openwisp-config.git -PKG_MIRROR_HASH:=0113649c065afff16c8c7364ce8dc36d78707720e04170164db03118c026f0df -PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=$(PKG_VERSION) +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://codeload.github.com/openwisp/$(PKG_NAME)/tar.gz/$(PKG_VERSION)? +PKG_HASH:=f7f7d8cec2d37eff4f570e45204ad10543e109d71a2794f649bcb58f4973dfb6 include $(INCLUDE_DIR)/package.mk