ScoopInstaller_Main/bucket/boundary.json
2022-06-20 20:29:53 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.9.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.9.0/boundary_0.9.0_windows_amd64.zip",
"hash": "d05bba24efbf03173339a38c40840326775454595b163af350d17334293c6c45"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.9.0/boundary_0.9.0_windows_386.zip",
"hash": "34d649cba309569c219cd6ff870f8fe7ec5a6b04c89682e670b527ec47948886"
}
},
"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"
}
}
}