ScoopInstaller_Main/bucket/boundary.json
2022-08-31 00:39:11 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.10.3",
"description": "Simple and secure remote access for any system from anywhere based on user identity",
"homepage": "https://www.boundaryproject.io",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/boundary/0.10.3/boundary_0.10.3_windows_amd64.zip",
"hash": "4571c764c7280ec978a40696f0aa6562a0e7948fc9cb3f316a3ff6c272db4dec"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.10.3/boundary_0.10.3_windows_386.zip",
"hash": "d696f7ae0758b2b79876504e07a3dbef1e6843c29a24bf53f6db675348aa055d"
}
},
"bin": "boundary.exe",
"checkver": {
"url": "https://releases.hashicorp.com/boundary/",
"regex": "boundary_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/boundary/$version/boundary_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/$version/boundary_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/boundary_$version_SHA256SUMS"
}
}
}