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

35 lines
1.2 KiB
JSON

{
"version": "0.2.1",
"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.1/boundary_0.2.1_windows_amd64.zip",
"hash": "79794f69be2d1a70bdc48353fa676f7c43a0e9d539ba456b7ddc3ad76ed16eaf"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.2.1/boundary_0.2.1_windows_386.zip",
"hash": "e25bc5e33e4c554303cf3280ce0df8753f48cc55fd7907171a80f27009b3631f"
}
},
"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"
}
}
}