diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-19 20:17:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-19 20:17:57 +0000 |
commit | 7345133eaea220b445f871f3538bf90bdb3aa9de (patch) | |
tree | 671065b0c110575b741ed4246464b3ec8c898036 | |
parent | 0e540ec90d9a689ed6417334bb9ec4882da06cfd (diff) | |
download | upstream-7345133eaea220b445f871f3538bf90bdb3aa9de.tar.gz upstream-7345133eaea220b445f871f3538bf90bdb3aa9de.tar.bz2 upstream-7345133eaea220b445f871f3538bf90bdb3aa9de.zip |
dnsmasq: bump package revision
SVN-Revision: 31817
-rw-r--r-- | package/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 9fc70b3daf..10f1806dd3 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.59 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |