-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathtrippy.json
More file actions
34 lines (34 loc) · 1.52 KB
/
trippy.json
File metadata and controls
34 lines (34 loc) · 1.52 KB
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
26
27
28
29
30
31
32
33
34
{
"version": "0.13.0",
"description": "Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues.",
"homepage": "https://trippy.rs/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fujiapple852/trippy/releases/download/0.13.0/trippy-0.13.0-x86_64-pc-windows-msvc.zip",
"hash": "74a184434d96eec6c7f8e4b467147c40fa8841fa3722a3ddf51267208fcbbbe6",
"extract_dir": "trippy-0.13.0-x86_64-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/fujiapple852/trippy/releases/download/0.13.0/trippy-0.13.0-aarch64-pc-windows-msvc.zip",
"hash": "14b9955853d4185675c0e71761230ff9e48136f7ff8f5989a6a591926f44cc6f",
"extract_dir": "trippy-0.13.0-aarch64-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"
},
"arm64": {
"url": "https://github.com/fujiapple852/trippy/releases/download/$version/trippy-$version-aarch64-pc-windows-msvc.zip",
"extract_dir": "trippy-$version-aarch64-pc-windows-msvc"
}
}
}
}