ScoopInstaller_Main/bucket/boundary.json
2025-09-25 16:29:48 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.20.0",
"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.20.0/boundary_0.20.0_windows_amd64.zip",
"hash": "a17aaca90a55e3bf0de1154f7c4b2b05f5d910a346fd3112a8c08b51192d1dc1"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.20.0/boundary_0.20.0_windows_386.zip",
"hash": "8fb534f908b3e0043cd35782bc665557426869e520c3d003ebc96f48570a10ef"
}
},
"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"
}
}
}