mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 10:41:28 +00:00
25 lines
756 B
JSON
25 lines
756 B
JSON
{
|
|
"version": "1.3.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/gping-v1.3.1/gping-Windows-x86_64.zip",
|
|
"hash": "95fc684ecc77669af64f76706ae9a77f75f898765148fea03f7b0f0e77e6fd1b"
|
|
}
|
|
},
|
|
"bin": "gping.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/orf/gping",
|
|
"regex": "/releases/tag/gping-v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/orf/gping/releases/download/gping-v$version/gping-Windows-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|