mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
25 lines
758 B
JSON
25 lines
758 B
JSON
{
|
|
"version": "1.15.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.15.1/gping-Windows-x86_64.zip",
|
|
"hash": "11565aeaa126b6c6c1ad0a1e9ca93994e70d36adc183388045d5dce8b68f0fde"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|