diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-02 10:21:33 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-02 10:21:33 +0100 |
commit | 7331003f023f979ab7ad98bdca0eceed11af5957 (patch) | |
tree | cd10099276da7590c6cdb28528442a4f7a889cf4 /community/nsd/PKGBUILD | |
parent | 312d1a232de2133d8af1628d46782e70d07766e9 (diff) | |
parent | 35bd2bb6857eb818ca53b8fe34d88106133342f4 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/calf/PKGBUILD
community/geany-plugins/PKGBUILD
community/noip/PKGBUILD
core/procps-ng/PKGBUILD
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 01f0e6550..e6924173f 100644 --- a/community/nsd/PKGBUILD +++ b/community/nsd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 74423 2012-07-28 07:26:34Z bisson $ +# $Id: PKGBUILD 79243 2012-11-01 17:25:44Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Roberto Alsina <ralsina@kde.org> pkgname=nsd -pkgver=3.2.13 -pkgrel=2 +pkgver=3.2.14 +pkgrel=1 pkgdesc='Authoritative only, high performance and simple DNS server' url='http://www.nlnetlabs.nl/nsd/' license=('BSD') @@ -14,7 +14,7 @@ makedepends=('flex') arch=('i686' 'x86_64' 'mips64el') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'service') -sha1sums=('2cb44f75e9686fd73c7ee9765857a36a8fe5bca9' +sha1sums=('78390145ec392b520d88c19fc99c544dd1426959' '1cfa2d7254139be50f11753d4e07281ed2af36eb') install=install |