diff options
Diffstat (limited to 'core/ldns/PKGBUILD')
-rw-r--r-- | core/ldns/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/ldns/PKGBUILD b/core/ldns/PKGBUILD index 4e2099f68..94a25fc7c 100644 --- a/core/ldns/PKGBUILD +++ b/core/ldns/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 169625 2012-10-24 23:47:25Z bisson $ +# $Id: PKGBUILD 171551 2012-11-19 03:55:29Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: mathieui <mathieui@mathieui.net> # Contributor: jiribb <jiribb@gmail.com> pkgname=ldns -pkgver=1.6.14 +pkgver=1.6.16 pkgrel=1 pkgdesc='Fast DNS library supporting recent RFCs' url='http://www.nlnetlabs.nl/projects/ldns/' @@ -15,7 +15,7 @@ depends=('openssl' 'dnssec-anchors') optdepends=('libpcap: ldns-dpa tool') makedepends=('libpcap') source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('2ef5fbf33b25d2f7b736c332ebccc0862dd12d02') +sha1sums=('5b4fc6c5c3078cd061905c47178478cb1015c62a') build() { cd "${srcdir}/${pkgname}-${pkgver}" |