ScoopInstaller_Main/bucket/boundary.json
2024-03-22 00:33:25 +00:00

35 lines
1.2 KiB
JSON

{
"version": "0.15.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.15.3/boundary_0.15.3_windows_amd64.zip",
"hash": "df2db610da94d09cda926310b51865bacb275230e0f034f9c7d99318c5119d91"
},
"32bit": {
"url": "https://releases.hashicorp.com/boundary/0.15.3/boundary_0.15.3_windows_386.zip",
"hash": "52c78f8a6a833e8a5d286d87c5f199d44481703ab71f95a0371aee467c822c6b"
}
},
"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"
}
}
}