mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
30 lines
945 B
JSON
30 lines
945 B
JSON
{
|
|
"version": "3.1.5",
|
|
"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-v3.1.5-windows-amd64-bin.zip",
|
|
"hash": "97e6a99d1c9ffdd972c9723f26874b43d67e1c53b238e59bdcf8934ca3d466c5",
|
|
"extract_dir": "teleport",
|
|
"bin": "tsh.exe"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "https://dashboard.gravitational.com/webapi/releases-oss/latest?product=teleport",
|
|
"jsonpath": "$.version",
|
|
"regex": "v([\\d\\.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.gravitational.com/teleport-v$version-windows-amd64-bin.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|