mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
Relates to Excavator unable to update: https://github.com/ScoopInstaller/Main/runs/7409144125?check_suite_focus=true#step:3:417 Remove 32bit architecture as `windows-386` binaries are no longer being released. Last release was 0.4.0
26 lines
761 B
JSON
26 lines
761 B
JSON
{
|
|
"version": "0.4.1",
|
|
"description": "A cli tool to proxy and analyze TCP connections.",
|
|
"homepage": "https://github.com/kevwan/tproxy",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kevwan/tproxy/releases/download/v0.4.1/tproxy-v0.4.1-windows-amd64.zip",
|
|
"hash": "md5:6439bb5dd8c4644ebc3de94c5716e0c8"
|
|
}
|
|
},
|
|
"bin": "tproxy.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.md5",
|
|
"regex": "$md5"
|
|
}
|
|
}
|
|
}
|