ScoopInstaller_Main/bucket/boundary.json
2023-02-08 20:29:58 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.12.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.12.0/boundary_0.12.0_windows_amd64.zip",
"hash": "1c0daa7fc356c1d5d74b1a6b50e6e207b8a3966e8d0515ba876d38ddb0c655bf"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.12.0/boundary_0.12.0_windows_386.zip",
"hash": "f78742b3bf381e836554a6a76ebfdd6c687d411141d36e850b66b307396fb57d"
}
},
"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"
}
}
}