Date: Wednesday, October 7, 2015 @ 03:05:49 Author: bisson Revision: 143137
upstream update Modified: unbound/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-07 01:05:21 UTC (rev 143136) +++ PKGBUILD 2015-10-07 01:05:49 UTC (rev 143137) @@ -4,7 +4,7 @@ # Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service> pkgname=unbound -pkgver=1.5.4 +pkgver=1.5.5 pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' url='http://unbound.net/' @@ -14,10 +14,11 @@ optdepends=('expat: unbound-anchor') depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors') backup=('etc/unbound/unbound.conf') -source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz" +validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D') +source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc} 'service' 'conf') -sha1sums=('ce0abc1563baa776a0f2c21516ffc13e6bff7d0f' +sha1sums=('ff93df847187120c9ee98e7eebe4bb1bc859a8f2' 'SKIP' '63fcc187cec6f262d81600e66c6747285c72ad15' '98515708441cb831890a0b6d1986fd40649646c0')
