mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
29 lines
888 B
JSON
29 lines
888 B
JSON
{
|
|
"version": "13.0.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-v13.0.4-windows-amd64-bin.zip",
|
|
"hash": "33267daed8b1581845cf7fcbb8f8e3c2f8df4ca2fcc82b6fb14fc460baee473c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|