From 2fe734b0309c0482ff049dc12476cd2314de9536 Mon Sep 17 00:00:00 2001 From: wenmin92 Date: Wed, 2 Dec 2020 11:34:20 +0800 Subject: [PATCH] gping: Add version 0.1.7 (#1619) --- bucket/gping.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/gping.json diff --git a/bucket/gping.json b/bucket/gping.json new file mode 100644 index 0000000000..2ee2ff8ab9 --- /dev/null +++ b/bucket/gping.json @@ -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" + } + } + } +}