From 386b69a6e8659b32f783bf051496d24549ec7ad0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 04:27:39 +0000 Subject: [PATCH] tproxy: Update to version 0.7.3 --- bucket/tproxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tproxy.json b/bucket/tproxy.json index b7971bb1ab..fd27aba431 100644 --- a/bucket/tproxy.json +++ b/bucket/tproxy.json @@ -1,16 +1,16 @@ { - "version": "0.7.2", + "version": "0.7.3", "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.2/tproxy-v0.7.2-windows-amd64.zip", - "hash": "md5:a080a745ddc841ed928ca4ce237fc278" + "url": "https://github.com/kevwan/tproxy/releases/download/v0.7.3/tproxy-v0.7.3-windows-amd64.zip", + "hash": "md5:0d32f9aa10390957ff37bf0d99d9dda9" }, "arm64": { - "url": "https://github.com/kevwan/tproxy/releases/download/v0.7.2/tproxy-v0.7.2-windows-arm64.zip", - "hash": "md5:d3fcff311cdec0dfd24e3e62c4fc7c17" + "url": "https://github.com/kevwan/tproxy/releases/download/v0.7.3/tproxy-v0.7.3-windows-arm64.zip", + "hash": "md5:a0603543bce415e473e861bb222d5fc1" } }, "bin": "tproxy.exe",