mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
Add Teleport 3.1.3 (#3000)
This commit is contained in:
parent
7a1ff1b344
commit
6c2608b244
29
teleport.json
Normal file
29
teleport.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"version": "3.1.3",
|
||||
"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.3-windows-amd64-bin.zip",
|
||||
"hash": "41ae2f917d948b4d50d87822678645ab658d1d0e546c521da733fa37f7a1d67b",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user