diff options
author | root <root@rshg047.dnsready.net> | 2011-07-08 23:09:34 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-08 23:09:34 +0000 |
commit | d006db78a1ce530e9df8a65f87bf39e8d6cc88e5 (patch) | |
tree | 082c5c2c39abee82c3957872552fa15c8325744d /core/dnsutils | |
parent | ff64a82ccedcb1690d2f0140d63432aa49676591 (diff) |
Fri Jul 8 23:09:34 UTC 2011
Diffstat (limited to 'core/dnsutils')
-rw-r--r-- | core/dnsutils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/dnsutils/PKGBUILD b/core/dnsutils/PKGBUILD index 12829b5d1..724bb5c4d 100644 --- a/core/dnsutils/PKGBUILD +++ b/core/dnsutils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 125626 2011-05-27 10:41:33Z bisson $ +# $Id: PKGBUILD 130510 2011-07-07 02:37:46Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: kevin <kevin@archlinux.org> # Contributor: mario <mario_vazq@hotmail.com> @@ -6,8 +6,8 @@ pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. -pkgver=9.8.0.P2 -_pkgver=9.8.0-P2 +pkgver=9.8.0.P4 +_pkgver=9.8.0-P4 pkgrel=1 pkgdesc='Various DNS utilities - dig host nslookup nsupdate' @@ -19,7 +19,7 @@ replaces=('bind-tools' 'host') options=('!makeflags') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" 'tools-only.patch') -sha1sums=('b3492ad11cfbf2939d9b0fb62c52c204de58679b' +sha1sums=('969864200c1516a8bea54266de60f316d79182b4' 'ac88c89e25c26d73095a3dd85e1ca1070d184ded') build() { |