mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
25 lines
756 B
JSON
25 lines
756 B
JSON
{
|
|
"version": "1.5.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.5.1/gping-Windows-x86_64.zip",
|
|
"hash": "6928e46f06f33e1d3d96ce9fbbda2f5c7ab073faebe556ad0b037e522c1555fd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|