ScoopInstaller_Main/tunnel.json
2018-06-12 15:00:20 +00:00

33 lines
1.2 KiB
JSON

{
"version": "0.2.10",
"homepage": "https://github.com/labstack/tunnel",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel/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",
"hash": "689bcf0531a617a0f0f1c97858d7d5968c38a721b414aecc938777801596c62b"
}
},
"bin": "tunnel.exe",
"checkver": {
"github": "https://github.com/labstack/tunnel"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/labstack/tunnel/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"
}
},
"hash": {
"url": "https://github.com/labstack/tunnel/releases/download/$version/tunnel_checksum.txt"
}
}
}