mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
tproxy: Update to version 0.4.1, remove 32bit
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
This commit is contained in:
parent
51d4dab7fd
commit
6f772ca32f
@ -1,16 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"description": "A cli tool to proxy and analyze TCP connections.",
|
"description": "A cli tool to proxy and analyze TCP connections.",
|
||||||
"homepage": "https://github.com/kevwan/tproxy",
|
"homepage": "https://github.com/kevwan/tproxy",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kevwan/tproxy/releases/download/v0.4.0/tproxy-v0.4.0-windows-amd64.zip",
|
"url": "https://github.com/kevwan/tproxy/releases/download/v0.4.1/tproxy-v0.4.1-windows-amd64.zip",
|
||||||
"hash": "md5:3cf798ba1f334fec05098d2d113c8acd"
|
"hash": "md5:6439bb5dd8c4644ebc3de94c5716e0c8"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/kevwan/tproxy/releases/download/v0.4.0/tproxy-v0.4.0-windows-386.zip",
|
|
||||||
"hash": "md5:79c6e1955490502f74b92704818d65dc"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "tproxy.exe",
|
"bin": "tproxy.exe",
|
||||||
@ -19,9 +15,6 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-amd64.zip"
|
"url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-amd64.zip"
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/kevwan/tproxy/releases/download/v$version/tproxy-v$version-windows-386.zip"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user