netperf: change download URL

Apparently the original netperf host has gone down. For the time
being switch to a stable host like the Ubuntu archive mirror.
This commit is contained in:
Josef Söntgen 2017-06-06 15:23:55 +02:00 committed by Christian Helmuth
parent 158dbcc7ae
commit 7c9861cc07
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
4b49588d5a356d8a5d73abd0eee10f357581e906 5fdf130f5bf361cb150f2154338ddeadd95f427f

View File

@ -1,9 +1,9 @@
LICENSE := netperf LICENSE := netperf
VERSION := 2.6.0 VERSION := 2.6.0
DOWNLOADS := netperf.svn DOWNLOADS := netperf.archive
URL(netperf) := http://www.netperf.org/svn/netperf2/tags/netperf-$(VERSION) URL(netperf) := http://archive.ubuntu.com/ubuntu/pool/multiverse/n/netperf/netperf_$(VERSION).orig.tar.gz
REV(netperf) := HEAD SHA(netperf) := c25362801dfdf8c40e0e6cab538be757b9de28fc
DIR(netperf) := src/app/netperf DIR(netperf) := src/app/netperf
PATCHES := src/app/netperf/*.patch PATCHES := src/app/netperf/*.patch