summaryrefslogtreecommitdiff
path: root/community/nsd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-16 23:15:21 +0000
committerroot <root@rshg054.dnsready.net>2012-02-16 23:15:21 +0000
commit76774d40da5ce246c9f2178fdf937706d99af4b2 (patch)
treed94469586899ec9ccf256ca7fab766f6e82f3cf1 /community/nsd
parent2e50a79768e42c26ff8850404f488425610abc0a (diff)
Thu Feb 16 23:15:21 UTC 2012
Diffstat (limited to 'community/nsd')
-rw-r--r--community/nsd/PKGBUILD6
-rw-r--r--community/nsd/install1
2 files changed, 4 insertions, 3 deletions
diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD
index abd455dbb..fca605f66 100644
--- a/community/nsd/PKGBUILD
+++ b/community/nsd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 60316 2011-12-10 11:25:09Z bisson $
+# $Id: PKGBUILD 64529 2012-02-15 22:26:23Z bisson $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Roberto Alsina <ralsina@kde.org>
pkgname=nsd
-pkgver=3.2.9
+pkgver=3.2.10
pkgrel=1
pkgdesc='Authoritative only, high performance and simple DNS server'
url='http://www.nlnetlabs.nl/nsd/'
@@ -13,7 +13,7 @@ depends=('openssl')
makedepends=('flex')
arch=('i686' 'x86_64')
source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('66e17e5801e94da1a21f0f2a4dd7a4ab4ffe0dd9')
+sha1sums=('04657cffe5087d97213b245f8281296cac86b868')
install=install
diff --git a/community/nsd/install b/community/nsd/install
index d90c83521..a2662903f 100644
--- a/community/nsd/install
+++ b/community/nsd/install
@@ -10,6 +10,7 @@ post_upgrade() {
[[ `vercmp $2 3.2.9` -lt 0 ]] && cat <<\EOF
==> The database format was updated; please run `nsdc rebuild`.
EOF
+ true
}
post_remove() {