diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-01-07 15:42:42 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-01-07 15:44:16 +0200 |
commit | 2e3cf4500befa897ae0eec6f5643312f9b3f0a01 (patch) | |
tree | 0197dd59b095ef75498973f5ef975cda46e7ed50 /package/network/services/dnsmasq | |
parent | cd48d8d3420dd4df03daaa548227ceb487ba7104 (diff) | |
download | upstream-2e3cf4500befa897ae0eec6f5643312f9b3f0a01.tar.gz upstream-2e3cf4500befa897ae0eec6f5643312f9b3f0a01.tar.bz2 upstream-2e3cf4500befa897ae0eec6f5643312f9b3f0a01.zip |
dnsmasq: bump PKG_RELEASE
Previous commit should have bumped PKG_RELEASE, but git add was
forgotten... Add it now.
Fixes: cd48d8d342 ("dnsmasq: switch to /tmp/resolv.conf.d/resolv.conf.auto")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/network/services/dnsmasq')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index f3d9a2e07e..d1e0c34e97 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.80 PKG_VERSION:=$(subst test,~~test,$(subst rc,~rc,$(PKG_UPSTREAM_VERSION))) -PKG_RELEASE:=16 +PKG_RELEASE:=17 PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |