From a6883c382a8c65e52466461582c2ab56ab01d722 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 12:30:39 +0000 Subject: [PATCH] tproxy: Update to version 0.8.0 --- bucket/tproxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tproxy.json b/bucket/tproxy.json index fd27aba431..2edfa168db 100644 --- a/bucket/tproxy.json +++ b/bucket/tproxy.json @@ -1,16 +1,16 @@ { - "version": "0.7.3", + "version": "0.8.0", "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.7.3/tproxy-v0.7.3-windows-amd64.zip", - "hash": "md5:0d32f9aa10390957ff37bf0d99d9dda9" + "url": "https://github.com/kevwan/tproxy/releases/download/v0.8.0/tproxy-v0.8.0-windows-amd64.zip", + "hash": "md5:74e994e0e65dc9481473fb80ad18a8c5" }, "arm64": { - "url": "https://github.com/kevwan/tproxy/releases/download/v0.7.3/tproxy-v0.7.3-windows-arm64.zip", - "hash": "md5:a0603543bce415e473e861bb222d5fc1" + "url": "https://github.com/kevwan/tproxy/releases/download/v0.8.0/tproxy-v0.8.0-windows-arm64.zip", + "hash": "md5:621b60d00d444c81235f78387a6e7047" } }, "bin": "tproxy.exe",