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" + } + } + } + } +}