ScoopInstaller_Main/bucket/boundary.json
2023-10-17 20:24:41 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.14.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.14.1/boundary_0.14.1_windows_amd64.zip",
"hash": "788d6331703f517faec11a189eb134b987ec3a77d92c560f385268463d280f5a"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.14.1/boundary_0.14.1_windows_386.zip",
"hash": "cbe5f4f71fe25fdb1b072f8e9759e2487bc5f4bae09a4a784aa29545e020f14b"
}
},
"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"
}
}
}