diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-26 13:37:37 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-26 13:37:37 +0200 |
commit | 978b7973febf9b1fee624681f33c805e4f04f5dd (patch) | |
tree | 73ae74deb425418dce2090020d169406e71d5b51 /community/unbound | |
parent | 6646a7a49f1ff4228204490260b3e0f0e12b5d3c (diff) | |
parent | a5721a07196cf00c26ea1bfb651aab756d202ccb (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/lxappearance/PKGBUILD
community/menu-cache/PKGBUILD
extra/kdemultimedia/PKGBUILD
extra/llvm/PKGBUILD
extra/qt/PKGBUILD
extra/qtwebkit/PKGBUILD
extra/sqlite/PKGBUILD
extra/wireshark/PKGBUILD
multilib/lib32-llvm/PKGBUILD
testing/mdadm/PKGBUILD
testing/udev/PKGBUILD
Diffstat (limited to 'community/unbound')
-rw-r--r-- | community/unbound/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 8cb73e585..28ec60ae2 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 63410 2012-02-02 10:13:55Z bisson $ +# $Id: PKGBUILD 71115 2012-05-24 13:42:42Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Hisato Tatekura <hisato_tatekura@excentrics.net> # Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service> pkgname=unbound -pkgver=1.4.16 +pkgver=1.4.17 pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' url='http://unbound.net/' @@ -18,7 +18,7 @@ backup=('etc/unbound/unbound.conf') source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz" 'unbound.conf' 'rc.d') -sha1sums=('68ed8737b1a6e3f9a67812f7e962fd6740494c1e' +sha1sums=('fea4d812c03af4737ef671ac30b7b7400d346516' '5d473ec2943fd85367cdb653fcd58e186f07383f' 'dc96e772f467b32555df21d16fdb15e98194c228') |