mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
30 lines
945 B
JSON
30 lines
945 B
JSON
{
|
|
"version": "3.1.8",
|
|
"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.8-windows-amd64-bin.zip",
|
|
"hash": "83a4ed3d9ca84adc77fa48d0dcb42fbd77e30e302c581181038ed7b7d44c3bc0",
|
|
"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"
|
|
}
|
|
}
|
|
}
|