ScoopInstaller_Main/bucket/boundary.json
2021-02-16 22:00:24 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.1.7",
"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.1.7/boundary_0.1.7_windows_amd64.zip",
"hash": "45ca16574f9cfea4afe83b265a1a8d33a6fd1fc2028de3d6318270eef78107f8"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.1.7/boundary_0.1.7_windows_386.zip",
"hash": "0c4f068bc424ddb203c24be652b71a518fabd40db1b3f9c4518d2a58b9eff2ae"
}
},
"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"
}
}
}