From 896219c1733e28554e169ee759ec83a1465fc8c7 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sat, 17 Aug 2019 05:58:01 -0700 Subject: [PATCH] tunnel: update to version 0.3.2 (#359) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vishal Rana Co-Authored-By: Jakub Čábera --- bucket/tunnel.json | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/bucket/tunnel.json b/bucket/tunnel.json index 5afd80548c..63607b1199 100644 --- a/bucket/tunnel.json +++ b/bucket/tunnel.json @@ -1,39 +1,31 @@ { - "version": "0.2.12", + "version": "0.3.2", "homepage": "https://github.com/labstack/tunnel-client", - "description": "Expose local servers to internet securely.", + "description": "Expose local servers to the internet securely.", "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/v0.2.12/tunnel-client_0.2.12_windows_32-bit.zip", - "hash": "bb5af7de73e6636f3e1cfe07af8be251f562248f9dac21eb886079d20893c10c" + "url": "https://github.com/labstack/tunnel-client/releases/download/v0.3.2/tunnel_0.3.2_windows_32-bit.zip", + "hash": "98d9bf222c817103bcf52a6428ca1746fed502bcc9b9950d52c275d8be3b1bab" }, "64bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/v0.2.12/tunnel-client_0.2.12_windows_64-bit.zip", - "hash": "0923cb853726b9d62ab1b9cf9a1b18b2e5e0705fd3896143e1da948b0a8cf6eb" + "url": "https://github.com/labstack/tunnel-client/releases/download/v0.3.2/tunnel_0.3.2_windows_64-bit.zip", + "hash": "e1c8635bbee3dd4df00324deb295779e3e1f2ab046b4fa0a8bcd8f22cf5f8bbe" } }, - "bin": [ - [ - "tunnel-client.exe", - "tunnel" - ], - "tunnel-client.exe" - ], - "checkver": { - "github": "https://github.com/labstack/tunnel-client" - }, + "bin": "tunnel.exe", + "checkver": "github", "autoupdate": { "architecture": { "32bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel-client_$version_windows_32-bit.zip" + "url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel_$version_windows_32-bit.zip" }, "64bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel-client_$version_windows_64-bit.zip" + "url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel_$version_windows_64-bit.zip" } }, "hash": { - "url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel-client_checksum.txt" + "url": "$baseurl/checksum.txt" } } }