ScoopInstaller_Main/bucket/boundary.json
2023-03-14 00:33:09 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.12.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.12.1/boundary_0.12.1_windows_amd64.zip",
"hash": "6704908afacab45ac9af2e75876442a38658db1e8d4c4c794efe7823bb8e37d3"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.12.1/boundary_0.12.1_windows_386.zip",
"hash": "3da4389a23dd6fc329deb2b4da3b94996dfc2938db90c5c48726354fd4dc2dd2"
}
},
"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"
}
}
}