lxc: Add version 4.22 (#3244)

* lxc: Add version 4.22

* lxc: Fix hash

* lxc: Apply review suggestion
This commit is contained in:
Erisa A 2022-01-23 16:29:37 +00:00 committed by GitHub
parent 35c8153697
commit beca34ab1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
bucket/lxc.json Normal file
View File

@ -0,0 +1,29 @@
{
"version": "4.22",
"description": "LXD client",
"homepage": "https://linuxcontainers.org/lxd",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://packages.chocolatey.org/lxc.4.22.nupkg",
"hash": "bd4bb1df187c883f7429d084ad78cef21fc3a4ec3d94904f8f63c977382b17e8"
}
},
"extract_dir": "tools",
"bin": "lxc.exe",
"checkver": {
"url": "https://community.chocolatey.org/packages/lxc",
"regex": "LXD client ([\\d.]+)</title>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://packages.chocolatey.org/lxc.$version.nupkg",
"hash": {
"url": "https://community.chocolatey.org/packages/lxc",
"regex": "$sha256.*?$basename"
}
}
}
}
}