diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-10-25 18:46:01 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-10-25 18:46:01 +0200 |
commit | 5833e11252fe4cc8a98860d8058eb9a5e468ee70 (patch) | |
tree | 2a9f6051350e5ded403cf65e81324e10f041827a /core/ldns | |
parent | aa59a87bb8860445bb3a4b233b44812b65b8c363 (diff) | |
parent | a3b55a0c47a00ac40bc00a4ce87d93f809273840 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/cegui/PKGBUILD
community-testing/darktable/PKGBUILD
community-testing/freewrl/PKGBUILD
community-testing/gambas3/PKGBUILD
community-testing/gource/PKGBUILD
community-testing/luminancehdr/PKGBUILD
community-testing/luxrays/PKGBUILD
community-testing/luxrender/PKGBUILD
community-testing/megaglest/PKGBUILD
community-testing/openimageio/PKGBUILD
community-testing/performous/PKGBUILD
community-testing/projectm/PKGBUILD
community-testing/rss-glx/PKGBUILD
community-testing/sfml/PKGBUILD
community-testing/spring/PKGBUILD
community-testing/supertux/PKGBUILD
community-testing/widelands/PKGBUILD
community-testing/xbmc/PKGBUILD
community-testing/xbmc/xbmc.install
community/plan9port/PKGBUILD
community/v8/PKGBUILD
multilib/dev86/PKGBUILD
testing/binutils/PKGBUILD
testing/bzflag/PKGBUILD
testing/calligra/PKGBUILD
testing/cinepaint/PKGBUILD
testing/coreutils/PKGBUILD
testing/enblend-enfuse/PKGBUILD
testing/gcc/PKGBUILD
testing/gegl/PKGBUILD
testing/glew/PKGBUILD
testing/glibc/PKGBUILD
testing/glibc/glibc.install
testing/glibc/nscd.service
testing/gnome-documents/PKGBUILD
testing/hugin/PKGBUILD
testing/inkscape/PKGBUILD
testing/opencv/PKGBUILD
testing/systemd/PKGBUILD
testing/systemd/systemd.install
testing/tracker/PKGBUILD
testing/transcode/PKGBUILD
testing/transcode/ffmpeg-0.11.patch
testing/xf86-video-nouveau/PKGBUILD
testing/xine-lib/PKGBUILD
Diffstat (limited to 'core/ldns')
-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 827ca787c..66e20c82a 100644 --- a/core/ldns/PKGBUILD +++ b/core/ldns/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 159413 2012-05-23 22:28:28Z bisson $ +# $Id: PKGBUILD 169625 2012-10-24 23:47:25Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: mathieui <mathieui@mathieui.net> # Contributor: jiribb <jiribb@gmail.com> pkgname=ldns -pkgver=1.6.13 +pkgver=1.6.14 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=('859f633d10b763f06b602e2113828cbbd964c7eb') +sha1sums=('2ef5fbf33b25d2f7b736c332ebccc0862dd12d02') build() { cd "${srcdir}/${pkgname}-${pkgver}" |