diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2017-06-01 19:24:58 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-06-01 23:50:52 +0200 |
commit | 1fe41c40890743b5aa3bb6815c81ba2b0ab3cbd2 (patch) | |
tree | 899ed5808d43907c1c2b5282ed591090fbee7aec | |
parent | 5654a037689415eb06a59ec4738ae902217ab363 (diff) | |
download | upstream-1fe41c40890743b5aa3bb6815c81ba2b0ab3cbd2.tar.gz upstream-1fe41c40890743b5aa3bb6815c81ba2b0ab3cbd2.tar.bz2 upstream-1fe41c40890743b5aa3bb6815c81ba2b0ab3cbd2.zip |
dnsmasq: bump to 2.77
Bump to the 2.77 release after quite a few test & release candidates.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index c67e26151e..307b4defe7 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq -PKG_VERSION:=2.77rc5 -PKG_RELEASE:=2 +PKG_VERSION:=2.77 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/release-candidates -PKG_HASH:=d9447e9307234c4818ca0e0d9818e1d62da65eaf32ee37ea9bdc47c82068f560 +PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/ +PKG_HASH:=6eac3b1c50ae25170e3ff8c96ddb55236cf45007633fdb8a35b1f3e02f5f8b8a PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |