mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
27 lines
773 B
JSON
27 lines
773 B
JSON
{
|
|
"version": "18.4.0",
|
|
"description": "Privileged access management for cloud-native infrastructure",
|
|
"homepage": "https://goteleport.com",
|
|
"license": "AGPL-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.teleport.dev/teleport-v18.4.0-windows-amd64-bin.zip",
|
|
"hash": "025f2c736de3c239cadd24a4c8740e002f059291bbca96e742d9e1cd5d07f5dc"
|
|
}
|
|
},
|
|
"bin": "tsh.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/gravitational/teleport"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.teleport.dev/teleport-v$version-windows-amd64-bin.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|