From b6cd0929dd535cba93304f3245af4810f9b13d0f Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Fri, 27 Sep 2024 03:19:58 +0530 Subject: [PATCH] openwisp-monitoring: update to 0.2.0 Signed-off-by: Gagan Deep --- admin/openwisp-monitoring/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/openwisp-monitoring/Makefile b/admin/openwisp-monitoring/Makefile index 1ed6ca575003a..bbe9a03704f9c 100644 --- a/admin/openwisp-monitoring/Makefile +++ b/admin/openwisp-monitoring/Makefile @@ -5,15 +5,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openwisp-monitoring -PKG_VERSION:=0.1.1 -PKG_RELEASE:=3 +PKG_VERSION:=0.2.0 +PKG_RELEASE:=4 PKG_MAINTAINER:=Federico Capoano 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:=97ae00b37518919079d894622c664d330bbf0cb0ee1b68c84991b459c1a087ee +PKG_MIRROR_HASH:=6baad2b319cdc072a83547593b447e2c93c42fcdda386f5993c22b88ad991cdd PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKGARCH:=all