diff options
Diffstat (limited to 'community/unbound/PKGBUILD')
-rw-r--r-- | community/unbound/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 1b80c4511..5d723c44f 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 96581 2013-09-01 20:52:28Z bisson $ +# $Id: PKGBUILD 97464 2013-09-20 18:55:05Z 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.20 -pkgrel=3 +pkgver=1.4.21 +pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' url='http://unbound.net/' license=('custom:BSD') @@ -17,7 +17,7 @@ backup=('etc/unbound/unbound.conf') source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz" 'service' 'conf') -sha1sums=('1752976533be2a4f0c9cdbab9d2cbb67d4f27c43' +sha1sums=('3ef4ea626e5284368d48ab618fe2207d43f2cee1' 'b543ae6f8b87423bec095fca6b335a9ee43739a8' '5d473ec2943fd85367cdb653fcd58e186f07383f') |