From f0ff5b4ddc5b9a54af46f9001845a426b6b44de3 Mon Sep 17 00:00:00 2001 From: Adam Soos Date: Wed, 7 Nov 2018 23:11:34 +0100 Subject: [PATCH] tunnel: add autoupdate and update to 0.2.11 --- tunnel.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/tunnel.json b/tunnel.json index 705cf1ce1a..f4717e784b 100644 --- a/tunnel.json +++ b/tunnel.json @@ -1,15 +1,15 @@ { - "version": "0.2.10", - "homepage": "https://github.com/labstack/tunnel", + "version": "0.2.11", + "homepage": "https://github.com/labstack/tunnel-client", "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/0.2.10/tunnel_0.2.10_windows_32-bit.zip", - "hash": "eb517a0456dab63a80312ccb340de7063d50364aea0dbe62f1f7360aa6bac092" + "url": "https://github.com/labstack/tunnel-client/releases/download/0.2.11/tunnel-client_0.2.11_windows_32-bit.zip", + "hash": "ee486c40330187137cbdbf067580cad88f307d925834799200d656f7a694405b" }, "64bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/0.2.10/tunnel_0.2.10_windows_64-bit.zip", - "hash": "689bcf0531a617a0f0f1c97858d7d5968c38a721b414aecc938777801596c62b" + "url": "https://github.com/labstack/tunnel-client/releases/download/0.2.11/tunnel-client_0.2.11_windows_64-bit.zip", + "hash": "fe5439ccc6b2618940d7d604f531ce277f9c6c9a16d75022c7512e0b60b70778" } }, "bin": "tunnel.exe", @@ -19,14 +19,11 @@ "autoupdate": { "architecture": { "32bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_$version_windows_32-bit.zip" + "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel-client_$version_windows_32-bit.zip" }, "64bit": { - "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_$version_windows_64-bit.zip" + "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel-client_$version_windows_64-bit.zip" } - }, - "hash": { - "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_checksum.txt" } } }