From 31e327aaa600fc01935f17be84b6955cdb706f55 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Tue, 30 Oct 2018 13:24:13 -0700 Subject: [PATCH] tunnel: Updated to new repository (#2717) --- tunnel.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tunnel.json b/tunnel.json index 7e1c2f6e92..705cf1ce1a 100644 --- a/tunnel.json +++ b/tunnel.json @@ -4,29 +4,29 @@ "license": "MIT", "architecture": { "32bit": { - "url": "https://github.com/labstack/tunnel/releases/download/0.2.10/tunnel_0.2.10_windows_32-bit.zip", + "url": "https://github.com/labstack/tunnel-client/releases/download/0.2.10/tunnel_0.2.10_windows_32-bit.zip", "hash": "eb517a0456dab63a80312ccb340de7063d50364aea0dbe62f1f7360aa6bac092" }, "64bit": { - "url": "https://github.com/labstack/tunnel/releases/download/0.2.10/tunnel_0.2.10_windows_64-bit.zip", + "url": "https://github.com/labstack/tunnel-client/releases/download/0.2.10/tunnel_0.2.10_windows_64-bit.zip", "hash": "689bcf0531a617a0f0f1c97858d7d5968c38a721b414aecc938777801596c62b" } }, "bin": "tunnel.exe", "checkver": { - "github": "https://github.com/labstack/tunnel" + "github": "https://github.com/labstack/tunnel-client" }, "autoupdate": { "architecture": { "32bit": { - "url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_$version_windows_32-bit.zip" + "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_$version_windows_32-bit.zip" }, "64bit": { - "url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_$version_windows_64-bit.zip" + "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_$version_windows_64-bit.zip" } }, "hash": { - "url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_checksum.txt" + "url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_checksum.txt" } } }