mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
28 lines
821 B
JSON
28 lines
821 B
JSON
{
|
|
"version": "16.0.3",
|
|
"description": "Privileged access management for cloud-native infrastructure",
|
|
"homepage": "https://goteleport.com",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.teleport.dev/teleport-v16.0.3-windows-amd64-bin.zip",
|
|
"hash": "6121ca303fc884083de56ca56071e19f0d70830993d6f3421a030a08f4a74709"
|
|
}
|
|
},
|
|
"bin": "tsh.exe",
|
|
"checkver": {
|
|
"url": "https://goteleport.com/docs/installation/",
|
|
"regex": "TELEPORT_VERSION.*?([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.teleport.dev/teleport-v$version-windows-amd64-bin.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|