mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.10.5",
|
|
"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.10.5/boundary_0.10.5_windows_amd64.zip",
|
|
"hash": "4982d98d48ac551a1181bead4491a2049c8343d4a99a82f301e3032d5148c54a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/boundary/0.10.5/boundary_0.10.5_windows_386.zip",
|
|
"hash": "fd03c73cc5f4989b1811820b67e70d596e7621830d562f1d0181f29b50ca78b5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|