From a5665f812553324b5ce07f1c7be96e33d36d8c21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 04:28:55 +0000 Subject: [PATCH] chisel: Update to version 1.7.7 --- bucket/chisel.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chisel.json b/bucket/chisel.json index 9ed9168258..f81800734c 100644 --- a/bucket/chisel.json +++ b/bucket/chisel.json @@ -1,16 +1,16 @@ { - "version": "1.7.6", + "version": "1.7.7", "description": "A fast TCP tunnel over HTTP", "homepage": "https://github.com/jpillora/chisel", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/jpillora/chisel/releases/download/v1.7.6/chisel_1.7.6_windows_amd64.gz", - "hash": "e4dd3020180dceab3f53f314d48964ac1c93ba1e33511c7b1bbaee4811a91c77" + "url": "https://github.com/jpillora/chisel/releases/download/v1.7.7/chisel_1.7.7_windows_amd64.gz", + "hash": "b47e50a181795a89f5972e7a4c06bf93a81cb8b15fc173ffcb526bac16f71f09" }, "32bit": { - "url": "https://github.com/jpillora/chisel/releases/download/v1.7.6/chisel_1.7.6_windows_386.gz", - "hash": "2df9eb9a967a029221346b322e7861e6db914770fadb7e99fe98d4a37764d441" + "url": "https://github.com/jpillora/chisel/releases/download/v1.7.7/chisel_1.7.7_windows_386.gz", + "hash": "36cbfc729051ef456ce4f71973619ce33c05ef4c3072a6cdf4e1ff555ab5a231" } }, "bin": "chisel.exe",