mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +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
|
||||
VERSION := 2.6.0
|
||||
DOWNLOADS := netperf.svn
|
||||
DOWNLOADS := netperf.archive
|
||||
|
||||
URL(netperf) := http://www.netperf.org/svn/netperf2/tags/netperf-$(VERSION)
|
||||
REV(netperf) := HEAD
|
||||
URL(netperf) := http://archive.ubuntu.com/ubuntu/pool/multiverse/n/netperf/netperf_$(VERSION).orig.tar.gz
|
||||
SHA(netperf) := c25362801dfdf8c40e0e6cab538be757b9de28fc
|
||||
DIR(netperf) := src/app/netperf
|
||||
|
||||
PATCHES := src/app/netperf/*.patch
|
||||
|
Loading…
Reference in New Issue
Block a user