mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
gping: Add version 0.1.7 (#1619)
This commit is contained in:
parent
883f1cd0e5
commit
2fe734b030
24
bucket/gping.json
Normal file
24
bucket/gping.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"version": "1.0.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.0.1/gping-Windows-x86_64.zip",
|
||||||
|
"hash": "824fe3ba3a800f38a8d20beb0bb4f0ce46fea957d4501750aa2f9e7cf015bc86"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user