ScoopInstaller_Main/bucket/boundary.json
2022-08-12 00:34:04 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.10.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.10.1/boundary_0.10.1_windows_amd64.zip",
"hash": "af3d4777138bce2bfa234a4a055816abc6547065e3d1fb606cdba6fbaba1fbd0"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.10.1/boundary_0.10.1_windows_386.zip",
"hash": "f34e4def3e9bba717c0f19a6dd370b2aebed0e7b56ce77cac174f6f068a8c483"
}
},
"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"
}
}
}