mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
Signed-off-by: Vishal Rana <vr@labstack.com> Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.3.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.3.2/tunnel_0.3.2_windows_32-bit.zip",
|
|
"hash": "98d9bf222c817103bcf52a6428ca1746fed502bcc9b9950d52c275d8be3b1bab"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel-client/releases/download/v0.3.2/tunnel_0.3.2_windows_64-bit.zip",
|
|
"hash": "e1c8635bbee3dd4df00324deb295779e3e1f2ab046b4fa0a8bcd8f22cf5f8bbe"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|