mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
25 lines
757 B
JSON
25 lines
757 B
JSON
{
|
|
"version": "1.2.1",
|
|
"description": "Ping, but with a graph",
|
|
"homepage": "https://github.com/orf/gping",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/orf/gping/releases/download/v1.2.1/gping-Windows-x86_64.zip",
|
|
"hash": "377d648f054a23426d5789a93b2b898adfa25da0c52b976a7c1606c9cdf3c8b1"
|
|
}
|
|
},
|
|
"bin": "gping.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/orf/gping/releases",
|
|
"regex": "\\/releases\\/tag\\/(?:v|V)?([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/orf/gping/releases/download/v$version/gping-Windows-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|