ScoopInstaller_Main/bucket/boundary.json
2024-03-11 20:25:14 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.15.2",
"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.15.2/boundary_0.15.2_windows_amd64.zip",
"hash": "39f0cf979d4f55afad450b4042012e5d12fca35507957af6e79f2053a98148f0"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.15.2/boundary_0.15.2_windows_386.zip",
"hash": "1ee059ce8004bedda3a7062bffb4ec2d4b38e0a7cf59c7fd93a9cc4dd02e7c17"
}
},
"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"
}
}
}