diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-21 22:13:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-21 22:13:45 +0100 |
commit | 702c16246598e1d316f6e17c8b5dba6452aeb406 (patch) | |
tree | 15421157450960e904078ef94e80478520b1b036 | |
parent | d3553fd4e745316d4b2ce67bcfdd369036db4924 (diff) |
update to latest stable version
-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 ddc2d65ec..2a21b28ba 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= dnsmasq -PKG_VERSION:= 2.71 -PKG_RELEASE:= 2 -PKG_HASH:= 4919fb572fed5c6205de1d384f8661c25c19358904c2e6265928e3a3e4bfffba +PKG_VERSION:= 2.72 +PKG_RELEASE:= 1 +PKG_HASH:= 7d0bd23f5d74b3a6b26a75d5ffcf9db81d461b47cbe578cb65a83a98008600b1 PKG_DESCR:= lightweight dns, dhcp and tftp server PKG_SECTION:= net/dns PKG_URL:= http://thekelleys.org.uk/dnsmasq/ |