From d9a1922ec5a0d38bc6d4c4aaa0e6ed99b9d198cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:09:52 +0000 Subject: [PATCH] tproxy: Update to version 0.8.1 --- bucket/tproxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tproxy.json b/bucket/tproxy.json index 2edfa168db..2a82dac246 100644 --- a/bucket/tproxy.json +++ b/bucket/tproxy.json @@ -1,16 +1,16 @@ { - "version": "0.8.0", + "version": "0.8.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.8.0/tproxy-v0.8.0-windows-amd64.zip", - "hash": "md5:74e994e0e65dc9481473fb80ad18a8c5" + "url": "https://github.com/kevwan/tproxy/releases/download/v0.8.1/tproxy-v0.8.1-windows-amd64.zip", + "hash": "md5:d6798d12739e5c575f6c45918e6b2156" }, "arm64": { - "url": "https://github.com/kevwan/tproxy/releases/download/v0.8.0/tproxy-v0.8.0-windows-arm64.zip", - "hash": "md5:621b60d00d444c81235f78387a6e7047" + "url": "https://github.com/kevwan/tproxy/releases/download/v0.8.1/tproxy-v0.8.1-windows-arm64.zip", + "hash": "md5:785e85152661e93cc9fe3dd1d8845d2e" } }, "bin": "tproxy.exe",