diff options
Diffstat (limited to 'community/nsd/PKGBUILD')
-rw-r--r-- | community/nsd/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD index 2db56161a..ce1701117 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73541 2012-07-09 11:23:02Z bisson $ +# $Id: PKGBUILD 74075 2012-07-19 14:27:58Z bisson $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Roberto Alsina <ralsina@kde.org> pkgname=nsd -pkgver=3.2.11 +pkgver=3.2.12 pkgrel=1 pkgdesc='Authoritative only, high performance and simple DNS server' url='http://www.nlnetlabs.nl/nsd/' @@ -14,8 +14,8 @@ makedepends=('flex') arch=('i686' 'x86_64') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'service') -sha1sums=('4b8b9293fd13b0fba2a2bff9fd11940e0d8d7448' - 'e560876628a30f11f9abbee4abcaa1f51cf449a6') +sha1sums=('dd8606a05525f6a493dfacb7ddfa7e1fa3c6a85b' + '29a74ce922b3991dd65ae5254bafa0a308d915e9') install=install |