tunnel: add autoupdate and update to 0.2.11

This commit is contained in:
Adam Soos 2018-11-07 23:11:34 +01:00
parent ea40037413
commit f0ff5b4ddc

View File

@ -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"
}
},
"hash": {
"url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel_checksum.txt"
"url": "https://github.com/labstack/tunnel-client/releases/download/$version/tunnel-client_$version_windows_64-bit.zip"
}
}
}
}