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 965b82256..1242a98aa 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80605 2012-11-27 00:42:31Z bisson $ +# $Id: PKGBUILD 81233 2012-12-13 22:22:41Z 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.18 -pkgrel=3 +pkgver=1.4.19 +pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' url='http://unbound.net/' license=('custom:BSD') @@ -19,7 +19,7 @@ source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz" 'unbound.service' 'unbound.conf' 'rc.d') -sha1sums=('b64b4c9f7981df4e7589ebb770a31352a09db3fb' +sha1sums=('ccf0d465fc0045d59ceca11ecde688edebd28ec1' '5bc313cd978e4d6efe8c13600e838c70629be477' '5d473ec2943fd85367cdb653fcd58e186f07383f' 'dc96e772f467b32555df21d16fdb15e98194c228') |