mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
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:
parent
0e986b1bb7
commit
bfca13cdba
37
bucket/tcping.json
Normal file
37
bucket/tcping.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user