mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
* gping: Update to version 1.20.1 and fix urls Fixes excavator errors due to upstream artifact naming change. * minor regex change not sure if this even matters, force updating worked locally
25 lines
754 B
JSON
25 lines
754 B
JSON
{
|
|
"version": "1.20.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.20.1/gping-Windows-msvc-x86_64.zip",
|
|
"hash": "f08559444bcd7af8d629cbad6a972dea4033a116ff9aaf0b1b2bef2a3cabb0af"
|
|
}
|
|
},
|
|
"bin": "gping.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/orf/gping",
|
|
"regex": "gping-v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/orf/gping/releases/download/gping-v$version/gping-Windows-msvc-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|