mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 14:15:14 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.7.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.7.2/boundary_0.7.2_windows_amd64.zip",
|
|
"hash": "f61c6aa074d5da088d665c36c2fb6aa5c142e1e0c301273e908cc07020672352"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/boundary/0.7.2/boundary_0.7.2_windows_386.zip",
|
|
"hash": "d79212ae5ef6d97ecccc2a99841db05e4c527225137bd19a31a0a4b63104b052"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|