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 <issaclin32@gmail.com>

Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
goldsolitude 2021-10-12 11:48:46 +13:00 committed by GitHub
parent 0e986b1bb7
commit bfca13cdba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

37
bucket/tcping.json Normal file
View File

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