ScoopInstaller_Main/bucket/boundary.json
2021-05-24 20:00:16 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.2.3",
"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.2.3/boundary_0.2.3_windows_amd64.zip",
"hash": "8bb1b42f5aa1bc5d07fbb58b90c124dda4da8220511a8b505bd66c3c42f0525b"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.2.3/boundary_0.2.3_windows_386.zip",
"hash": "1269aee815cc0674bfa791558f9a2e351a5c252218f3fe77408ec0001235ba69"
}
},
"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"
}
}
}