ScoopInstaller_Main/bucket/boundary.json
2024-02-29 20:25:04 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.15.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.15.1/boundary_0.15.1_windows_amd64.zip",
"hash": "8b9de8ed26dc053756356cdb4a6a69e9320d2d676555b9ce8024e4c6856678f1"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.15.1/boundary_0.15.1_windows_386.zip",
"hash": "45cbf6656193be17736969e5d9f46295779ab67a1168298ceb0ed3dfca420431"
}
},
"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"
}
}
}