From: Oliver Kraitschy Date: Wed, 14 Aug 2024 15:04:56 +0000 (+0200) Subject: openwisp-monitoring: add missing PKG_VERSION for APK X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e0bb219f3811044c1c5ffaef41f5c5eb8b4849c6;p=feed%2Fpackages.git openwisp-monitoring: add missing PKG_VERSION for APK The 'PKG_VERSION' string was missing and only 'PKG_SOURCE_VERSION' string was used. Signed-off-by: Oliver Kraitschy --- diff --git a/admin/openwisp-monitoring/Makefile b/admin/openwisp-monitoring/Makefile index 004adf3280..1ed6ca5750 100644 --- a/admin/openwisp-monitoring/Makefile +++ b/admin/openwisp-monitoring/Makefile @@ -5,16 +5,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openwisp-monitoring -PKG_RELEASE:=2 +PKG_VERSION:=0.1.1 +PKG_RELEASE:=3 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:=b09f2b6ac1a41b6abab3d85917c02b16a94bfec3876c6062108ce600a4a25d98 +PKG_MIRROR_HASH:=97ae00b37518919079d894622c664d330bbf0cb0ee1b68c84991b459c1a087ee PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=0.1.1 +PKG_SOURCE_VERSION:=$(PKG_VERSION) PKGARCH:=all include $(INCLUDE_DIR)/package.mk