mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 20:55:14 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.1.4",
|
|
"homepage": "https://github.com/labstack/tunnel",
|
|
"license": "https://github.com/labstack/tunnel/blob/master/LICENSE",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/tunnel/releases/download/0.1.4/tunnel_0.1.4_windows_32-bit.zip",
|
|
"hash": "15b012fc03605a7677512d77160cd961b51ba2adf70a337fde4f72866ab5ed1f"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel/releases/download/0.1.4/tunnel_0.1.4_windows_64-bit.zip",
|
|
"hash": "f26a42a4e156e8815dbd8ceec86c9ba069c6fddc11b34989382426fa9e5b8df0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|