summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2012-11-07 08:40:37 +0100
committerAntoine Lubineau2012-11-07 08:40:37 +0100
commitf288ae23df66be1776fb61e3a1a30345807ef4fe (patch)
treee39b30c62ca10c2c224756f710f5301079c8305e
parent2b7eacae84670c0a1544da6332f07b339ab8107f (diff)
downloadaur-f288ae23df66be1776fb61e3a1a30345807ef4fe.tar.gz
dnsperf: correct package URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09a97c6560ff..3ee5055910ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dnsperf
pkgdesc = Tools that measure performance of authoritative Domain Name services
pkgver = 2.0.0.0
pkgrel = 1
- url = http://www.nominum.com/resources/measurement-tools
+ url = http://www.nominum.com/support/measurement-tools/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 49f6db2e9071..747c3bfaa332 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=2.0.0.0
pkgrel=1
pkgdesc="Tools that measure performance of authoritative Domain Name services"
arch=('i686' 'x86_64')
-url="http://www.nominum.com/resources/measurement-tools"
+url="http://www.nominum.com/support/measurement-tools/"
license=('GPL')
depends=('bind')
source=("ftp://ftp.nominum.com/pub/nominum/dnsperf/$pkgver/dnsperf-src-$pkgver-1.tar.gz")