From deb6225d82951993025ceaaa7b6b9a2d63db6f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 19 Oct 2020 08:58:47 +0200 Subject: [PATCH] chisel: Update to version 1.7.2 --- bucket/chisel.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chisel.json b/bucket/chisel.json index c061fd9b8a..bb0ac5480f 100644 --- a/bucket/chisel.json +++ b/bucket/chisel.json @@ -1,16 +1,16 @@ { - "version": "1.7.1", + "version": "1.7.2", "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.1/chisel_1.7.1_windows_amd64.gz", - "hash": "ab2b71323bdf675c383c69178779d9d8dab6a8aea01b68961c9abd55d756a62e" + "url": "https://github.com/jpillora/chisel/releases/download/v1.7.2/chisel_1.7.2_windows_amd64.gz", + "hash": "8977eb973e38287847e999cdcce33a38dd79f33e8494da7577459c61c02470f6" }, "32bit": { - "url": "https://github.com/jpillora/chisel/releases/download/v1.7.1/chisel_1.7.1_windows_386.gz", - "hash": "8215225624132cd5a3c16699071178bea0fc91cd6195f67d1a5e8094142dcfe1" + "url": "https://github.com/jpillora/chisel/releases/download/v1.7.2/chisel_1.7.2_windows_386.gz", + "hash": "c6306acc18cfb5cd38d33896213d4b8ba1b5f3b42e55d9dd9678bab4cbd31d54" } }, "bin": "chisel.exe",