mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-03 04:26:45 +00:00
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:
parent
158dbcc7ae
commit
7c9861cc07
@ -1 +1 @@
|
|||||||
4b49588d5a356d8a5d73abd0eee10f357581e906
|
5fdf130f5bf361cb150f2154338ddeadd95f427f
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user