mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.19.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.19.3/boundary_0.19.3_windows_amd64.zip",
|
|
"hash": "6f3b964aee59a913b170ae3d38331b9093672c3643dec085956b0f9e589dffb8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/boundary/0.19.3/boundary_0.19.3_windows_386.zip",
|
|
"hash": "833d739f0e6cf5b51097f02bc942b00615271e17680e7a95c9fa3a90786d1f04"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|