mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
30 lines
945 B
JSON
30 lines
945 B
JSON
{
|
|
"version": "3.1.7",
|
|
"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.7-windows-amd64-bin.zip",
|
|
"hash": "534e2825665df00c566b3ee84470f43e3d5bb0a6888f3edebd506d20660cbd3f",
|
|
"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"
|
|
}
|
|
}
|
|
}
|