From 6f349cd34d74c70fa2a1a75ceb8ebb53ad4e2ca1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 1 Sep 2019 21:00:16 +0000 Subject: [PATCH] tunnel: Update to version 0.4.1 --- bucket/tunnel.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/tunnel.json b/bucket/tunnel.json index adf5126abf..3dd5aeb424 100644 --- a/bucket/tunnel.json +++ b/bucket/tunnel.json @@ -1,16 +1,16 @@ { - "version": "0.4.0", + "version": "0.4.1", "homepage": "https://github.com/labstack/tunnel-client", "description": "Expose local servers to the internet securely.", "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/v0.4.0/tunnel_0.4.0_windows_32-bit.zip", - "hash": "2ca1e661ebaaa733e1d6dfda7dbf6d98f1b5b87e12c713365971cd8020513cce" + "url": "https://github.com/labstack/tunnel-client/releases/download/v0.4.1/tunnel_0.4.1_windows_32-bit.zip", + "hash": "0aad2dcbb7ca6f1a6230b80650fdba529bf3f034a2095c1062af727e625905ca" }, "64bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/v0.4.0/tunnel_0.4.0_windows_64-bit.zip", - "hash": "ba3037eb2e4e37bc2c2bb4e49e9341c788cf267eb3987763d6e8e39f70b37439" + "url": "https://github.com/labstack/tunnel-client/releases/download/v0.4.1/tunnel_0.4.1_windows_64-bit.zip", + "hash": "d832843088af16845e85b63e61e7608e084d7a1aec467c2c10d3ee7dd9ee300b" } }, "bin": "tunnel.exe",