-
-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathtrippy.json
25 lines (25 loc) · 997 Bytes
/
trippy.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
25
{
"version": "0.12.2",
"description": "Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues.",
"homepage": "https://trippy.cli.rs/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fujiapple852/trippy/releases/download/0.12.2/trippy-0.12.2-x86_64-pc-windows-msvc.zip",
"hash": "a44a2de5d3f7536d0e5cc2f32665c8e39215dca5961889925c6048c318a169d8",
"extract_dir": "trippy-0.12.2-x86_64-pc-windows-msvc"
}
},
"bin": "trip.exe",
"checkver": {
"github": "https://github.com/fujiapple852/trippy"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fujiapple852/trippy/releases/download/$version/trippy-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "trippy-$version-x86_64-pc-windows-msvc"
}
}
}
}