From 9abcf4dac1b7e96ab0db34338ae5b22c9c9463b6 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Wed, 24 Apr 2019 22:44:29 +0800 Subject: [PATCH] HTTPing: Add version 2.5 (#3) --- bucket/httping.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/httping.json diff --git a/bucket/httping.json b/bucket/httping.json new file mode 100644 index 0000000000..9f308e3245 --- /dev/null +++ b/bucket/httping.json @@ -0,0 +1,26 @@ +{ + "homepage": "https://www.vanheusden.com/httping/", + "description": "Ping with HTTP requests.", + "version": "2.5", + "license": "GPL-2.0-or-later", + "architecture": { + "64bit": { + "url": "https://www.vanheusden.com/httping/httping-2.5-win64.zip", + "hash": "767edac1de2328618357630de60b2b4fca05f19a554ef4fbd2c4974c4516d27c", + "extract_dir": "httping-2.5-win64" + } + }, + "bin": "httping.exe", + "checkver": { + "url": "https://github.com/flok99/httping/releases", + "regex": "tag\/([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://www.vanheusden.com/httping/httping-$version-win64.zip", + "extract_dir": "httping-$version-win64" + } + } + } +}