diff --git a/bucket/gping.json b/bucket/gping.json deleted file mode 100644 index 3a4e1b4d..00000000 --- a/bucket/gping.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": "1.1.0", - "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.1.0/gping-Windows-x86_64.zip", - "hash": "91d562792fed1ad470b9d74b084b4414fa616227ece1f044b9a1fe32ac47da4c" - } - }, - "bin": [ - [ - "gping.exe", - "gping" - ] - ], - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/orf/gping/releases/download/v$version/gping-Windows-x86_64.zip" - } - } - } -}