Date: Friday, September 20, 2013 @ 16:54:17 Author: seblu Revision: 97453
upgpkg: bind 9.9.4-1 Modified: bind/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-20 12:51:17 UTC (rev 97452) +++ PKGBUILD 2013-09-20 14:54:17 UTC (rev 97453) @@ -5,7 +5,7 @@ # Contributor: Mario Vazquez <[email protected]> pkgname=bind -_pkgver=9.9.3-P2 +_pkgver=9.9.4 pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc='The ISC BIND nameserver' @@ -18,7 +18,7 @@ backup=('etc/logrotate.d/named' 'etc/named.conf') install=$pkgname.install -source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" +source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc} 'root.hint::http://www.internic.net/zones/named.root' 'tmpfiles.d' 'named.conf' @@ -26,7 +26,8 @@ 'named.logrotate' 'localhost.zone' '127.0.0.zone') -sha1sums=('a0235692c488b3fadf54a15858b1f13ae2ab6979' +sha1sums=('d7be390e6c2546f37a7280e1975e1cd134565f62' + 'SKIP' '029f89c49550c40ec7a95116b6a33f0e5a041094' 'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11' 'c71a7fc02d4bf0d55e8e29d1e014607ac1d58726'
