ScoopInstaller_Main/bucket/boundary.json
2023-04-07 20:24:17 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.12.2",
"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.12.2/boundary_0.12.2_windows_amd64.zip",
"hash": "d926d96b7187029426a92b4684ea3cd70bb7e0d4c287d12d91faae7082992348"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.12.2/boundary_0.12.2_windows_386.zip",
"hash": "8b09a046075b02b9869f51fceb0d4ffb9257fd91f2684522ad88bced02b85ee2"
}
},
"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"
}
}
}