mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.19.1",
|
|
"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.19.1/boundary_0.19.1_windows_amd64.zip",
|
|
"hash": "2cbe5d963874ac5fcd4aeee5e64f1d6207b10b903a022eea5765f6df3e0c4815"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/boundary/0.19.1/boundary_0.19.1_windows_386.zip",
|
|
"hash": "ec5c3d15912059e347b1017bca5a3c1df013b6c98ff4176865ed9bacddf6dbd8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|