ScoopInstaller_Main/bucket/boundary.json
2020-11-17 18:01:47 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.1.2",
"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.2/boundary_0.1.2_windows_amd64.zip",
"hash": "62158e318e4ff4e9e091b98fedb7790abb62e7d2f2f9db5650db9846911c327c"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.1.2/boundary_0.1.2_windows_386.zip",
"hash": "1fce3545cf1c815293699f2979217e76348ecb4fecf4fe5de92e47c920de8733"
}
},
"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"
}
}
}