From a1b5bc3adda777b9dd7729cef55bd896feab4b4a Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Tue, 10 May 2022 15:08:02 -0400 Subject: [PATCH] openwisp-config: update to 1.0.0 Signed-off-by: Federico Capoano --- admin/openwisp-config/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin/openwisp-config/Makefile b/admin/openwisp-config/Makefile index 19c045dcdf..8a7713d2cb 100644 --- a/admin/openwisp-config/Makefile +++ b/admin/openwisp-config/Makefile @@ -11,10 +11,9 @@ PKG_MAINTAINER:=Federico Capoano PKG_LICENSE:=GPL3.0-or-later PKG_SOURCE_URL:=https://github.com/openwisp/openwisp-config.git -PKG_MIRROR_HASH:=b1f5682715cc5b5623b2acf49ebb75d8bac1b58094981b61ede3ca392bdfa269 +PKG_MIRROR_HASH:=f0b0866b27a7a75bc33c3bbc4780dd99f5ae693226012ae04e63a303172c2c38 PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2021-12-07 -PKG_SOURCE_VERSION:=08df34db29180a0d13c2e357723e8c546523014a +PKG_SOURCE_VERSION:=1.0.0 PKGARCH:=all include $(INCLUDE_DIR)/package.mk