ScoopInstaller_Main/bucket/boundary.json
2026-02-13 16:33:17 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.21.1",
"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.21.1/boundary_0.21.1_windows_amd64.zip",
"hash": "3dc4ce30b50ebb4771bd37052c3416a6086eb4cd6b1afca0ed1da15f33253511"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.21.1/boundary_0.21.1_windows_386.zip",
"hash": "b46797da05b25b4da4f3f5e191fa626aafa2659a6994e0692d2d30fcc11199e7"
}
},
"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"
}
}
}