From bfca13cdba5c88f51e72225115c376c4ab8d816d Mon Sep 17 00:00:00 2001 From: goldsolitude Date: Tue, 12 Oct 2021 11:48:46 +1300 Subject: [PATCH] tcping: Add version 0.39 (#2414) * Add tcping 0.39 * Add new line at end * Simplify * Add checkver for autoupdate * Apply suggestions from code review Co-authored-by: Issac Lin Co-authored-by: Issac Lin --- bucket/tcping.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 bucket/tcping.json diff --git a/bucket/tcping.json b/bucket/tcping.json new file mode 100644 index 0000000000..45e533be1d --- /dev/null +++ b/bucket/tcping.json @@ -0,0 +1,37 @@ +{ + "version": "0.39", + "description": "Operates similarly to 'ping', but works over a TCP port.", + "homepage": "https://www.elifulkerson.com/projects/tcping.php", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://download.elifulkerson.com/files/tcping/0.39/x64/tcping64.exe#/tcping.exe", + "hash": "AF3C12DA527E88C9DB3774F5F12BAECC2D211C801AE4421C7B16E80F6440ED35" + }, + "32bit": { + "url": "https://download.elifulkerson.com/files/tcping/0.39/tcping.exe#/tcping.exe", + "hash": "9F04C46E0CDAA5BCE32D98065E1E510A5F174E51B399D6408F2446444CCCD5FF" + } + }, + "bin": "tcping.exe", + "checkver": { + "url": "https://download.elifulkerson.com/files/tcping/current/", + "regex": "Index of /files/tcping/([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://download.elifulkerson.com/files/tcping/$version/x64/tcping64.exe#/tcping.exe", + "hash": { + "url": "$baseurl/$basename.sha256" + } + }, + "32bit": { + "url": "https://download.elifulkerson.com/files/tcping/$version/tcping.exe#/tcping.exe", + "hash": { + "url": "$baseurl/$basename.sha256" + } + } + } + } +}