ScoopInstaller_Main/bucket/boundary.json
2022-02-17 20:25:40 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.7.5",
"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.7.5/boundary_0.7.5_windows_amd64.zip",
"hash": "3b28708497de36efd7e654f00b8d19545302099164a2f892056d54ace6b3bf93"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.7.5/boundary_0.7.5_windows_386.zip",
"hash": "fdc5291dd71411a1d18140072baee0db4f2e18c464aeae127978a15f279a43c8"
}
},
"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"
}
}
}