mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
28 lines
826 B
JSON
28 lines
826 B
JSON
{
|
|
"version": "5.1.2",
|
|
"description": "Privileged access management for cloud-native infrastructure",
|
|
"homepage": "https://gravitational.com/teleport",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.gravitational.com/teleport-v5.1.2-windows-amd64-bin.zip",
|
|
"hash": "30ccbe646cb6ea976c80b91d9c65b60ca69d107c64387486c6c9f12c928560e6"
|
|
}
|
|
},
|
|
"extract_dir": "teleport",
|
|
"bin": "tsh.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/gravitational/teleport"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.gravitational.com/teleport-v$version-windows-amd64-bin.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|