ScoopInstaller_Main/bucket/boundary.json
2021-02-01 20:00:18 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.1.5",
"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.1.5/boundary_0.1.5_windows_amd64.zip",
"hash": "fb7f82b57b67e3194f6c135343fc9f3cd38b355bff75ea5b89a9ca25aa96dbb3"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.1.5/boundary_0.1.5_windows_386.zip",
"hash": "d02da620b74ae0e3e6663050a4039e46e5ce9ffb816ee30df769a98253badec8"
}
},
"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"
}
}
}