ScoopInstaller_Main/bucket/boundary.json
2021-09-16 00:00:38 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.6.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.6.1/boundary_0.6.1_windows_amd64.zip",
"hash": "786b35b0ba9231346390557f6ed4b33aeaa8090a1cf2ca64d4a35d1695fdc55c"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.6.1/boundary_0.6.1_windows_386.zip",
"hash": "16988f2424d23c3ca287a327f48bca8b3bd0d24c63bf73d006cda29801058aa5"
}
},
"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"
}
}
}