ScoopInstaller_Main/bucket/boundary.json
2022-07-06 20:28:19 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.9.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.9.1/boundary_0.9.1_windows_amd64.zip",
"hash": "d31a6f71a7b8cb9b2a088867c79c5b219930b87b5bcc119b6995d25ded24a029"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.9.1/boundary_0.9.1_windows_386.zip",
"hash": "d3cd058f1bac74282eae7ec10248b0f2d02b1f51c46f7c5ccdcf11f18eb8df9e"
}
},
"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"
}
}
}