ScoopInstaller_Main/bucket/boundary.json
2024-08-23 00:33:40 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.17.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.17.1/boundary_0.17.1_windows_amd64.zip",
"hash": "dae20b0e24ce8d7ddd601592d4ab5896635b8b41f025c846fcb49b12eba614b7"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.17.1/boundary_0.17.1_windows_386.zip",
"hash": "d2f77b75a4f43c8d69e678b1a7debff21c1349e90e4a7a15ebe3ccd5f7f88eaa"
}
},
"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"
}
}
}