ScoopInstaller_Main/bucket/boundary.json
2021-08-05 20:01:49 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.5.0",
"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.0/boundary_0.5.0_windows_amd64.zip",
"hash": "cbc80fd02579129ea21f14f52e5db3213cd475eda8529aae9ff0c1e939a70e12"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.5.0/boundary_0.5.0_windows_386.zip",
"hash": "c16bf3e298f8b4f406a31ff15b402c0ea2cfa750007f959f37a11143378afe20"
}
},
"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"
}
}
}