mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
* 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>
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|