ScoopInstaller_Main/bucket/boundary.json
2022-09-13 20:31:50 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.10.4",
"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.10.4/boundary_0.10.4_windows_amd64.zip",
"hash": "f612ff65c1a9f674c7808ff4a7860ccdc2215a1cea7dfb92dc260129802e78a2"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.10.4/boundary_0.10.4_windows_386.zip",
"hash": "b4534e78afeee7363c2883b93047faa83026d2de930750fb01e66971ec5e6037"
}
},
"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"
}
}
}