diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-22 07:09:16 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-22 07:09:16 +0000 |
commit | 7600086eb4fda3e204bac33247b6e06c5355823e (patch) | |
tree | 06e9365b38e201a1d6237ddd6341251f410f859d | |
parent | a4edb39d45e5d061b22a06a67b7e12c2c5345898 (diff) | |
download | upstream-7600086eb4fda3e204bac33247b6e06c5355823e.tar.gz upstream-7600086eb4fda3e204bac33247b6e06c5355823e.tar.bz2 upstream-7600086eb4fda3e204bac33247b6e06c5355823e.zip |
package/dnsmasq: update dnsmasq to 2.55
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21871 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/dnsmasq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index a984a3dd5d..987bc40886 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.52 -PKG_RELEASE:=5 +PKG_VERSION:=2.55 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq -PKG_MD5SUM:=1bb32fffdb4f977ead607802b5d701d0 +PKG_MD5SUM:=b093d7c6bc7f97ae6fd35d048529232a include $(INCLUDE_DIR)/package.mk |