From 16bd105577c1696733290ece7a7edfba6523f5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 21 May 2020 08:12:35 +0200 Subject: [PATCH] chisel: Update to version 1.5.2 --- bucket/chisel.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chisel.json b/bucket/chisel.json index dd75d5e959..d112520e3d 100644 --- a/bucket/chisel.json +++ b/bucket/chisel.json @@ -1,16 +1,16 @@ { - "version": "1.5.1", + "version": "1.5.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.5.1/chisel_1.5.1_windows_amd64.gz", - "hash": "327dffe1cd625e11fab82ef3aff41f8ca8ae138e88567d4e3bd059bd1b0a5441" + "url": "https://github.com/jpillora/chisel/releases/download/v1.5.2/chisel_1.5.2_windows_amd64.gz", + "hash": "d974db8d60caa7e30f7981ac82ec930295f8699fee94e72650bef5e35568bfd4" }, "32bit": { - "url": "https://github.com/jpillora/chisel/releases/download/v1.5.1/chisel_1.5.1_windows_386.gz", - "hash": "e5139e7b40768b3a2a6be05138cd8c5cd5fc71eb60b108e0743077f0e4df3a4d" + "url": "https://github.com/jpillora/chisel/releases/download/v1.5.2/chisel_1.5.2_windows_386.gz", + "hash": "8b3dc5f7f95e60cc22e2e41bf2c000c3ab16983493bae2427b92f984147de598" } }, "bin": "chisel.exe",