ScoopInstaller_Main/bucket/teleport.json
2022-03-12 00:32:26 +00:00

29 lines
886 B
JSON

{
"version": "9.0.0",
"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-v9.0.0-windows-amd64-bin.zip",
"hash": "3957592092a3704b7fad5a77d5a6cadc05ad72363dfdce7fb8a90996e96f73d6"
}
},
"extract_dir": "teleport",
"bin": "tsh.exe",
"checkver": {
"url": "https://goteleport.com/docs/installation",
"regex": "teleport-v([\\d.]+)-windows-amd64-bin\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://get.gravitational.com/teleport-v$version-windows-amd64-bin.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}