diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-21 15:08:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-21 15:08:27 +0000 |
commit | e2df3ea15f97b70cb780cfd5649d095ef97fd2f8 (patch) | |
tree | 4e1cf68ded170c697060803678a659f2adcf6e4c /package/dnsmasq/Makefile | |
parent | 019ce48184c8d2f7b83adcea8440c82e52cfb751 (diff) | |
download | upstream-e2df3ea15f97b70cb780cfd5649d095ef97fd2f8.tar.gz upstream-e2df3ea15f97b70cb780cfd5649d095ef97fd2f8.tar.bz2 upstream-e2df3ea15f97b70cb780cfd5649d095ef97fd2f8.zip |
package/dnsmasq: bump release number (missed from r21400)
SVN-Revision: 21523
Diffstat (limited to 'package/dnsmasq/Makefile')
-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 77b8f82a67..a984a3dd5d 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.52 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq |