mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-16 00:25:13 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.8",
|
|
"homepage": "https://github.com/labstack/tunnel",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/tunnel/releases/download/0.2.8/tunnel_0.2.8_windows_32-bit.zip",
|
|
"hash": "f685587fdb7fbf0b03c3bceed079d72c2beb1b84865ab9d3ce92d3fc1e2cbbfa"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel/releases/download/0.2.8/tunnel_0.2.8_windows_64-bit.zip",
|
|
"hash": "e1e909cbff3e8c618d4e9bf986f6286cd26e33ffe3f735e3874d4e9245fe6d50"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|