dnsmasq: reset PKG_RELEASE
authorRobert Marko <robimarko@gmail.com>
Wed, 13 Mar 2024 11:47:31 +0000 (12:47 +0100)
committerRobert Marko <robimarko@gmail.com>
Wed, 13 Mar 2024 13:02:23 +0000 (14:02 +0100)
dnsmasq was recently updated to 2.90, but PKG_RELEASE was not reset to 1.

Fixes: 838a27f64f56 ("dnsmasq: version 2.90")
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/network/services/dnsmasq/Makefile

index d2de74d9dac9a6eba9f11cbdb444b0a776ace0fb..9020278d5336311335a39b73bc7b9b029922739a 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=dnsmasq
 PKG_UPSTREAM_VERSION:=2.90
 PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION)))
-PKG_RELEASE:=8
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz
 PKG_SOURCE_URL:=https://thekelleys.org.uk/dnsmasq/