-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetselect.json
24 lines (24 loc) · 916 Bytes
/
netselect.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "1.1.0",
"architecture": {
"32bit": {
"url": "http://github.com/pgollangi/netselect/releases/download/v1.1.0/netselect_1.1.0_windows_i386.zip",
"bin": [
"netselect.exe",
"bin/netselect.exe"
],
"hash": "35123aa0e946e4d61d40f063a967682dc3127806866755a9ad4487cb19ef82ab"
},
"64bit": {
"url": "http://github.com/pgollangi/netselect/releases/download/v1.1.0/netselect_1.1.0_windows_x86_64.zip",
"bin": [
"netselect.exe",
"bin/netselect.exe"
],
"hash": "7f66568561988a1f088eced2bec6a1d8ef4413452c78189ac84839db495369cd"
}
},
"homepage": "https://github.com/pgollangi/netselect",
"license": "MIT",
"description": "A open source cli tool to find fastest host based on the lowest ICMP latency."
}