ScoopInstaller_Main/bucket/boundary.json
2022-12-09 20:28:09 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.11.2",
"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.11.2/boundary_0.11.2_windows_amd64.zip",
"hash": "e34ed5e40f4625a13b0ce2e7a3a414b5e6e086872f863d3596afe5930f47bbb1"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.11.2/boundary_0.11.2_windows_386.zip",
"hash": "04842e7d521e3b037930d7a45366984e4c57140c797424fa1321e4e8aab1b793"
}
},
"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"
}
}
}