From 215d2a62c5e11ae13294f3e3273e86a98f86068d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 12:31:00 +0000 Subject: [PATCH] chisel: Update to version 1.9.1 --- bucket/chisel.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chisel.json b/bucket/chisel.json index a4b25a5144..b27f13cd75 100644 --- a/bucket/chisel.json +++ b/bucket/chisel.json @@ -1,16 +1,16 @@ { - "version": "1.9.0", + "version": "1.9.1", "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.9.0/chisel_1.9.0_windows_amd64.gz", - "hash": "a7fbaa609d657e8148a05586684aa41941b28bb5130b8db24b091cf0d9e2ae79" + "url": "https://github.com/jpillora/chisel/releases/download/v1.9.1/chisel_1.9.1_windows_amd64.gz", + "hash": "19188a4c5110709fe0277421eab563bf4d738cdd3766a440e76ff00cd653dc88" }, "32bit": { - "url": "https://github.com/jpillora/chisel/releases/download/v1.9.0/chisel_1.9.0_windows_386.gz", - "hash": "df660a53e3b5d5aeaab189dedd61587a2d1215ad808f444333f230719e715b8d" + "url": "https://github.com/jpillora/chisel/releases/download/v1.9.1/chisel_1.9.1_windows_386.gz", + "hash": "5738fd3f47fb386d8cf45ff598545140f51b3b6507fa549dafc43c51dd27488f" } }, "bin": "chisel.exe",