ScoopInstaller_Main/bucket/boundary.json
2021-11-19 04:00:43 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.7.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.7.1/boundary_0.7.1_windows_amd64.zip",
"hash": "997e89929cbb4e88e40f2d5c0c5a7d18df702dc198809568cec13b32d0121ab9"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.7.1/boundary_0.7.1_windows_386.zip",
"hash": "7d62398c55a56bdeddb4ddb39991ccc2306b89c11b38d1b3439538af978b53a6"
}
},
"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"
}
}
}