mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 06:54:26 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.6",
|
|
"homepage": "https://github.com/labstack/tunnel",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/tunnel/releases/download/0.2.6/tunnel_0.2.6_windows_32-bit.zip",
|
|
"hash": "d483601d7ba09e8d2dd7749ee42938eee962e1735194e90f3043b546f7f5784c"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel/releases/download/0.2.6/tunnel_0.2.6_windows_64-bit.zip",
|
|
"hash": "8fb60f6693ee919c9bdbc38824f80ed903c1905b664ff97b3a91dccde77ca114"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|