ScoopInstaller_Main/bucket/boundary.json
2025-11-03 20:29:32 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.20.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.20.1/boundary_0.20.1_windows_amd64.zip",
"hash": "d224ce9905d50c628a1e30a3bb6ed8efe7c16f34e0aaa3fdc238375cf7d9484e"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.20.1/boundary_0.20.1_windows_386.zip",
"hash": "c7c12851f80240f4429551329b22fcd6bdb4e113e90f1fba50c95cd357daf978"
}
},
"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"
}
}
}