Skip to content

Commit

Permalink
update from 3.11 to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 14, 2023
1 parent 8726b24 commit 34d004b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"name": "iperf_src",
"type": "source",
"source_info": {
"url": "https://github.com/esnet/iperf/archive/3.11.tar.gz",
"filename": "3.11.tar.gz",
"url": "https://github.com/esnet/iperf/archive/3.13.tar.gz",
"filename": "3.13.tar.gz",
"commands": {
"unpack": "tar -xzf 3.11.tar.gz",
"get_dir": "tar -tzf 3.11.tar.gz | head -n 1",
"unpack": "tar -xzf 3.13.tar.gz",
"get_dir": "tar -tzf 3.13.tar.gz | head -n 1",
"commands": [
"CFLAGS=\"-ggdb\" ./configure",
"make",
Expand Down

0 comments on commit 34d004b

Please sign in to comment.