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 | 3ff6da1788beb5927de9682b3343de489a52800c (patch) | |
tree | 9b600f941b3453b296bb55020d188e8d705ea63f /package/dnsmasq | |
parent | 97178bb0078fe52dc7ed0396845bade6064b1eac (diff) | |
download | upstream-3ff6da1788beb5927de9682b3343de489a52800c.tar.gz upstream-3ff6da1788beb5927de9682b3343de489a52800c.tar.bz2 upstream-3ff6da1788beb5927de9682b3343de489a52800c.zip |
[package] dnsmasq: bump package revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31817 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq')
-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 |