ScoopInstaller_Main/bucket/boundary.json
2021-12-16 20:29:40 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.7.3",
"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.3/boundary_0.7.3_windows_amd64.zip",
"hash": "c8c14c0592942ed70ee43694896a09588eb5609d1ef484b989dc706c7b2621ee"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.7.3/boundary_0.7.3_windows_386.zip",
"hash": "0c624439e1a2cd397860d5a5dc56c9136a27abdb8e049743a194a95e0b3a4a50"
}
},
"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"
}
}
}