mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-21 02:55:15 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.5.2",
|
|
"homepage": "https://github.com/labstack/tunnel-client",
|
|
"description": "Expose local servers to the internet securely.",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.5.2/tunnel_0.5.2_windows_32-bit.zip",
|
|
"hash": "6161e9f67882cb620e43b1a6e057a7314f98839217b3c673fc6676d35222166a"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.5.2/tunnel_0.5.2_windows_64-bit.zip",
|
|
"hash": "dd996938f6de04d9cda3ff7205f08df27b6e55762b03497ebf9b111453267d76"
|
|
}
|
|
},
|
|
"bin": "tunnel.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel_$version_windows_32-bit.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v$version/tunnel_$version_windows_64-bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksum.txt"
|
|
}
|
|
}
|
|
}
|