Update tunnel to version 0.1.2

This commit is contained in:
Brandon Smith 2018-04-04 17:57:41 -04:00
parent 8434d15c72
commit 37211a594c

View File

@ -1,11 +1,15 @@
{ {
"version": "0.1.1", "version": "0.1.2",
"homepage": "https://github.com/labstack/tunnel", "homepage": "https://github.com/labstack/tunnel",
"license": "https://github.com/labstack/tunnel/blob/master/LICENSE", "license": "https://github.com/labstack/tunnel/blob/master/LICENSE",
"architecture": { "architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.1.2/tunnel_0.1.2_windows_32-bit.zip",
"hash": "f75d7acf765314f555280a1d964c8312fbcac4f403c20bf0c4a58d84895037b5"
},
"64bit": { "64bit": {
"url": "https://github.com/labstack/tunnel/releases/download/0.1.1/tunnel-0.1.1-windows-8.0-amd64.exe#/tunnel.exe", "url": "https://github.com/labstack/tunnel/releases/download/0.1.2/tunnel_0.1.2_windows_64-bit.zip",
"hash": "0fe800236fbfaa79c328b0bbd059cc2dfc2387d12cb106a627a2e25afafabd9d" "hash": "0b7f655dab3769ff6fc928262fadb6dc2916fd23783843614485ce55bed90b59"
} }
}, },
"bin": "tunnel.exe", "bin": "tunnel.exe",
@ -14,9 +18,15 @@
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_$version_windows_32-bit.zip"
},
"64bit": { "64bit": {
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel-$version-windows-8.0-amd64.exe#/tunnel.exe" "url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_$version_windows_64-bit.zip"
} }
},
"hash": {
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_checksum.txt"
} }
} }
} }