ScoopInstaller_Main/bucket/boundary.json
2025-02-10 20:27:58 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.19.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.19.0/boundary_0.19.0_windows_amd64.zip",
"hash": "27ca6062936b04c0be647cb5c70b0dd9ab67879ecaf280088501855cad590f82"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.19.0/boundary_0.19.0_windows_386.zip",
"hash": "8163d752751a524dbc8d54864a4a9cf2707c957d72b304f0ac5440ccca6090b0"
}
},
"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"
}
}
}