diff options
author | root <root@rshg054.dnsready.net> | 2012-02-03 23:15:07 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-03 23:15:07 +0000 |
commit | de078a89b9e3a45b6b2e3f0c9d866962e5125ba3 (patch) | |
tree | 73a6a95927c514dedab1508b2a9a8a3f58e2f1db /community/unbound/PKGBUILD | |
parent | 22e5f5bf64eba5c65674eeb3a8167de2854dbe0e (diff) |
Fri Feb 3 23:15:07 UTC 2012
Diffstat (limited to 'community/unbound/PKGBUILD')
-rw-r--r-- | community/unbound/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 3696fde67..d7dfe1f74 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 62794 2012-01-27 01:24:10Z bisson $ +# $Id: PKGBUILD 63410 2012-02-02 10:13:55Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Hisato Tatekura <hisato_tatekura@excentrics.net> # Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service> pkgname=unbound -pkgver=1.4.15 +pkgver=1.4.16 pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' url='http://unbound.net/' @@ -18,7 +18,7 @@ backup=('etc/unbound/unbound.conf') source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz" 'unbound.conf' 'rc.d') -sha1sums=('bbda46664ea8391ca7986300ce98a79787c0e322' +sha1sums=('68ed8737b1a6e3f9a67812f7e962fd6740494c1e' '5d473ec2943fd85367cdb653fcd58e186f07383f' 'dc96e772f467b32555df21d16fdb15e98194c228') |