diff options
author | Robert Marko <robimarko@gmail.com> | 2024-04-06 12:47:54 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-07 12:06:34 +0200 |
commit | 272f55e87f0731b3f04aefd39598a127b317abf4 (patch) | |
tree | c2cbcf687848c4a02159bc63c0c707ff47dcf53c /admin | |
parent | ca3209a3b35cd80de39f9f4f2a263211191807cb (diff) |
treewide: refresh hashes after move to use ZSTD as default
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/openwisp-config/Makefile | 2 | ||||
-rw-r--r-- | admin/openwisp-monitoring/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/openwisp-config/Makefile b/admin/openwisp-config/Makefile index 3e7a748a4..106eacc43 100644 --- a/admin/openwisp-config/Makefile +++ b/admin/openwisp-config/Makefile @@ -11,7 +11,7 @@ PKG_MAINTAINER:=Federico Capoano <f.capoano@openwisp.io> PKG_LICENSE:=GPL-3.0-or-later PKG_SOURCE_URL:=https://github.com/openwisp/openwisp-config.git -PKG_MIRROR_HASH:=7daa10a9d170e665f33a5555a246b4da2223c2d8d0e8a047edb01701c8886986 +PKG_MIRROR_HASH:=d1760c42e6388a2431e4c4514ec6d8a519757035b630b2bf0a8574b65effc4c3 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=1.0.1 diff --git a/admin/openwisp-monitoring/Makefile b/admin/openwisp-monitoring/Makefile index 2d7033395..004adf328 100644 --- a/admin/openwisp-monitoring/Makefile +++ b/admin/openwisp-monitoring/Makefile @@ -12,7 +12,7 @@ PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE PKG_SOURCE_URL:=https://github.com/openwisp/openwrt-openwisp-monitoring.git -PKG_MIRROR_HASH:=ce2ed94d24f68c58320ca700a088471368e1097754be23ad6053842cf0aaa97e +PKG_MIRROR_HASH:=b09f2b6ac1a41b6abab3d85917c02b16a94bfec3876c6062108ce600a4a25d98 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=0.1.1 PKGARCH:=all |