tunnel: Updated to new repository (#2717)

This commit is contained in:
Vishal Rana 2018-10-30 13:24:13 -07:00 committed by Richard Kuhnt
parent 0310f13587
commit 31e327aaa6

View File

@ -4,29 +4,29 @@
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"32bit": { "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" "hash": "eb517a0456dab63a80312ccb340de7063d50364aea0dbe62f1f7360aa6bac092"
}, },
"64bit": { "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" "hash": "689bcf0531a617a0f0f1c97858d7d5968c38a721b414aecc938777801596c62b"
} }
}, },
"bin": "tunnel.exe", "bin": "tunnel.exe",
"checkver": { "checkver": {
"github": "https://github.com/labstack/tunnel" "github": "https://github.com/labstack/tunnel-client"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"32bit": { "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": { "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": { "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"
} }
} }
} }