mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
28 lines
821 B
JSON
28 lines
821 B
JSON
{
|
|
"version": "15.3.1",
|
|
"description": "Privileged access management for cloud-native infrastructure",
|
|
"homepage": "https://goteleport.com",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.teleport.dev/teleport-v15.3.1-windows-amd64-bin.zip",
|
|
"hash": "6d523575c4f35238136efb6e32492a9532cb62caf9d0698c965043e67de52cf8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|