ScoopInstaller_Main/bucket/boundary.json
2021-01-06 18:35:33 +01:00

35 lines
1.2 KiB
JSON

{
"version": "0.1.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.1.4/boundary_0.1.4_windows_amd64.zip",
"hash": "6d3abe59fc22dac0ea4da83da3c78471da0d62b20a244f5231a8dfbfe7dbbb20"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.1.4/boundary_0.1.4_windows_386.zip",
"hash": "656e610b195e7592edc628ff0b322ed89ddc5de791e4050bb4c1f86e6ce9fc86"
}
},
"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"
}
}
}