ScoopInstaller_Main/bucket/boundary.json
2022-05-04 00:35:02 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.8.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.8.0/boundary_0.8.0_windows_amd64.zip",
"hash": "f084bd55b1a0f93ccea852eced3156ddd69b3da88188256dddc6a7f35c7fc34b"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.8.0/boundary_0.8.0_windows_386.zip",
"hash": "3c078cc2d2c2196ee9141fe2bfe6ed41f71ff70bc61f8cd4fa25860ea190778d"
}
},
"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"
}
}
}