diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2015-04-20 11:02:18 +0300 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2015-04-20 11:02:18 +0300 |
commit | de80156bb95ea79a8acae5fc94d87c182a2a2390 (patch) | |
tree | 8a5f664fbdf6f0c9566e8174cbf4843186fe421f /net | |
parent | 09f95f7b2e21557e03218f173c239a680e2f139f (diff) |
nsd: Bump to version 4.1.2
Diffstat (limited to 'net')
-rw-r--r-- | net/nsd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index ba1c1993f..14b2144a4 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 OpenWrt.org +# Copyright (C) 2014-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nsd -PKG_VERSION:=4.0.3 +PKG_VERSION:=4.1.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.nlnetlabs.nl/downloads/nsd -PKG_MD5SUM:=9331dd18478295206775433a0b23e490 +PKG_MD5SUM:=73014bab5514b9babaf6c9007a6b36d8 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |