gping: Add version 0.1.7 (#1619)

This commit is contained in:
wenmin92 2020-12-02 11:34:20 +08:00 committed by GitHub
parent 883f1cd0e5
commit 2fe734b030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/gping.json Normal file
View 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"
}
}
}
}