ScoopInstaller_Main/bucket/teleport.json
2022-05-23 16:30:35 +00:00

29 lines
886 B
JSON

{
"version": "9.2.4",
"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.2.4-windows-amd64-bin.zip",
"hash": "983fd6767456676894f66f54c5da5cea953d17aa36fe9e659b2ce0a135d226d5"
}
},
"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"
}
}
}