From a951524b0cc48ec5ae2d10ea22acf09d55a4333d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 13 Jan 2021 22:23:00 +0100 Subject: [PATCH] chisel: Update to version 1.7.4 --- bucket/chisel.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chisel.json b/bucket/chisel.json index 33a49491c6..409cd8b6e9 100644 --- a/bucket/chisel.json +++ b/bucket/chisel.json @@ -1,16 +1,16 @@ { - "version": "1.7.3", + "version": "1.7.4", "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.3/chisel_1.7.3_windows_amd64.gz", - "hash": "09ad29d95a191202611c82e4922d9a0a522d6efca424eef62c8d2d8076d1f336" + "url": "https://github.com/jpillora/chisel/releases/download/v1.7.4/chisel_1.7.4_windows_amd64.gz", + "hash": "c2b2f717f87a6295a50acbaeebac7e8f980153d973fac3eab24ffa27a739a0d2" }, "32bit": { - "url": "https://github.com/jpillora/chisel/releases/download/v1.7.3/chisel_1.7.3_windows_386.gz", - "hash": "f6e3f58333eee37bb52f603b1c8f9aa73d16ec2051f6349284d0f09c8847bb60" + "url": "https://github.com/jpillora/chisel/releases/download/v1.7.4/chisel_1.7.4_windows_386.gz", + "hash": "b53fab9c9dfd6eabe8c543a8484f216dba733b3831b4c440cef8064407c343fb" } }, "bin": "chisel.exe",