Pratik Chowdhury a00cbf7ebf
gping: update to 1.2.6 (#2816)
* gping: update to 1.2.6

Needed to update checkver

* Update bucket/gping.json

Co-authored-by: Issac Lin <issaclin32@gmail.com>

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-26 16:39:04 +05:30

25 lines
756 B
JSON

{
"version": "1.2.6",
"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.2.6/gping-Windows-x86_64.zip",
"hash": "2ca1e8a81a10091078813fbd61f0c503a24391f7366ff4d5e3c37dad34ef81d4"
}
},
"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"
}
}
}
}