mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.4.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.4.0/boundary_0.4.0_windows_amd64.zip",
|
|
"hash": "a0a4378b89a0846aa7d33f065504c1c2662849a75119428f3aadedab6ef55d37"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/boundary/0.4.0/boundary_0.4.0_windows_386.zip",
|
|
"hash": "ec8fe9cf7247ea47816ca6ea0a9e4c6791bc200c9fbf84fc4a9473cb2c04e024"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|