From: Josef Schlehofer Date: Thu, 22 May 2025 12:23:10 +0000 (+0200) Subject: wifi-presence: bump PKG_RELEASE X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e7f47d09e8a8605999285d8a9fa0186401ea01c5;p=feed%2Fpackages.git wifi-presence: bump PKG_RELEASE It is necessary to bump PKG_RELEASE, because existing installation of wifi-presence wouldnt know about this fix, so this ensures versioning and as well that existing installation will require update with this fix. Fixes: 87175e4ca365e1bf5ac71e3dfb5186eb4c41f689 ("wifi-presence: fix reading mqttID from config") Signed-off-by: Josef Schlehofer --- diff --git a/net/wifi-presence/Makefile b/net/wifi-presence/Makefile index 8a0bd79eae..3eafb2fdc7 100644 --- a/net/wifi-presence/Makefile +++ b/net/wifi-presence/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wifi-presence PKG_VERSION:=0.3.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=-$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/awilliams/wifi-presence/tar.gz/v$(PKG_VERSION)?