mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
boundary: add version 0.1.0 (#1512)
This commit is contained in:
parent
8fc67269e3
commit
15dd0f0197
34
bucket/boundary.json
Normal file
34
bucket/boundary.json
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://www.boundaryproject.io/",
|
||||||
|
"description": "HashiCorp Boundary is a simple and secure remote access for any system from anywhere based on user identity.",
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://releases.hashicorp.com/boundary/0.1.0/boundary_0.1.0_windows_amd64.zip",
|
||||||
|
"hash": "88b94e7a11ba91ccb081487cd32be934971609d64f17062bbc53ed5b798ff602"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://releases.hashicorp.com/boundary/0.1.0/boundary_0.1.0_windows_386.zip",
|
||||||
|
"hash": "2dcf0b857870cdf1fcbfef11291b03158b3a7f055edec3f48c98c82dccc24e8b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "boundary.exe",
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://releases.hashicorp.com/boundary/",
|
||||||
|
"re": "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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user