ScoopInstaller_Main/bucket/boundary.json
2021-08-19 20:00:34 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.5.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.5.1/boundary_0.5.1_windows_amd64.zip",
"hash": "ab1c26a1e2607b3634b40e1487f1f764d440a73e7159fbae557a4e3ae88d6e12"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.5.1/boundary_0.5.1_windows_386.zip",
"hash": "278ce9e0ec336197b7de658d0b75c146ec65dee6b0f78ea738abbb253af7f76f"
}
},
"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"
}
}
}