mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
28 lines
857 B
JSON
28 lines
857 B
JSON
{
|
|
"version": "14.3.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-v14.3.0-windows-amd64-bin.zip",
|
|
"hash": "d52e47f1046ebe6276a4c062e03f97d787031bbee05e74fa28dc779d8ee46565"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|