From 6f772ca32f4c362b4cd1d96ad61d7bd51802b2d7 Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 19 Jul 2022 16:48:16 +0100 Subject: [PATCH] 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 --- bucket/tproxy.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/bucket/tproxy.json b/bucket/tproxy.json index 25fd37b51d..eb235b2af0 100644 --- a/bucket/tproxy.json +++ b/bucket/tproxy.json @@ -1,16 +1,12 @@ { - "version": "0.4.0", + "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.0/tproxy-v0.4.0-windows-amd64.zip", - "hash": "md5:3cf798ba1f334fec05098d2d113c8acd" - }, - "32bit": { - "url": "https://github.com/kevwan/tproxy/releases/download/v0.4.0/tproxy-v0.4.0-windows-386.zip", - "hash": "md5:79c6e1955490502f74b92704818d65dc" + "url": "https://github.com/kevwan/tproxy/releases/download/v0.4.1/tproxy-v0.4.1-windows-amd64.zip", + "hash": "md5:6439bb5dd8c4644ebc3de94c5716e0c8" } }, "bin": "tproxy.exe", @@ -19,9 +15,6 @@ "architecture": { "64bit": { "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": {