ScoopInstaller_Main/bucket/boundary.json
2021-09-09 13:00:37 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.6.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.6.0/boundary_0.6.0_windows_amd64.zip",
"hash": "2f122680fe8026c1b7e6ea1f345304da440e6d34d13f5c6b08eda73a8697bfad"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.6.0/boundary_0.6.0_windows_386.zip",
"hash": "6d6a8f06e10ecd6baa83992c6a183235a0b7f6ed946add7c721f8575f701e4dc"
}
},
"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"
}
}
}