summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unbound/.md5sum4
-rw-r--r--unbound/Pkgfile8
2 files changed, 6 insertions, 6 deletions
diff --git a/unbound/.md5sum b/unbound/.md5sum
index 5c93d042d..721a2ba4c 100644
--- a/unbound/.md5sum
+++ b/unbound/.md5sum
@@ -1,3 +1,3 @@
-c55b592a679672281712c457fbb41eb5 ldns-1.6.11.tar.gz
+e7428ed0d19baed02459e2c55660c9b3 ldns-1.6.12.tar.gz
20a8c112ea3ce0049dfe16f92614185e unbound
-cd69fdaaa6af01ea0b6fbc59802f74ba unbound-1.4.14.tar.gz
+99173a6548e0e2ec9bfac7a5d025f79e unbound-1.4.15.tar.gz
diff --git a/unbound/Pkgfile b/unbound/Pkgfile
index 15fd606ea..7e72289b3 100644
--- a/unbound/Pkgfile
+++ b/unbound/Pkgfile
@@ -4,14 +4,14 @@
# Depends on: openssl expat
name=unbound
-version=1.4.14
+version=1.4.15
release=1
source=(http://www.unbound.net/downloads/$name-$version.tar.gz
- http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.11.tar.gz
+ http://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.12.tar.gz
unbound)
build () {
- cd ldns-1.6.11
+ cd ldns-1.6.12
./configure --disable-shared
make
@@ -22,7 +22,7 @@ build () {
--with-pidfile=/var/run/unbound.pid \
--disable-shared \
--with-username=unbound \
- --with-ldns=../ldns-1.6.11
+ --with-ldns=../ldns-1.6.12
make
make DESTDIR=$PKG install

Generated by cgit