mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-12 14:45:15 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.5",
|
|
"homepage": "https://github.com/labstack/tunnel",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/labstack/tunnel/releases/download/0.2.5/tunnel_0.2.5_windows_32-bit.zip",
|
|
"hash": "7d27fe148c03b605848f5947f39f4764c407a1deac94749d68bccee33913739d"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/labstack/tunnel/releases/download/0.2.5/tunnel_0.2.5_windows_64-bit.zip",
|
|
"hash": "e83999c44f6a920128965bc02287edd782de3687669585e5c405f0d956c3c796"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|