summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-03-13 12:47:31 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2024-03-18 21:55:47 +0100
commit853b638f8584a658214220fea770b2715621f826 (patch)
treee7644ce6227da55edc6127e0826034dd7cf4ce87
parent875822f283163c038c93fd5405c6dd9796228eb7 (diff)
downloadopenwrt-853b638f8584a658214220fea770b2715621f826.tar.gz
openwrt-853b638f8584a658214220fea770b2715621f826.tar.bz2
openwrt-853b638f8584a658214220fea770b2715621f826.zip
dnsmasq: reset PKG_RELEASE
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> (cherry picked from commit 694e6477848eade21851ec27d90c173b373099fc)
-rw-r--r--package/network/services/dnsmasq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index 47a5ae54ae..9020278d53 100644
--- a/package/network/services/dnsmasq/Makefile
+++ b/package/network/services/dnsmasq/Makefile
@@ -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:=4
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz
PKG_SOURCE_URL:=https://thekelleys.org.uk/dnsmasq/