From beca34ab1cfdbef4c2b807a2e2fe1a80e4d3aef4 Mon Sep 17 00:00:00 2001 From: Erisa A Date: Sun, 23 Jan 2022 16:29:37 +0000 Subject: [PATCH] lxc: Add version 4.22 (#3244) * lxc: Add version 4.22 * lxc: Fix hash * lxc: Apply review suggestion --- bucket/lxc.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/lxc.json diff --git a/bucket/lxc.json b/bucket/lxc.json new file mode 100644 index 0000000000..ccdf97aefc --- /dev/null +++ b/bucket/lxc.json @@ -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.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://packages.chocolatey.org/lxc.$version.nupkg", + "hash": { + "url": "https://community.chocolatey.org/packages/lxc", + "regex": "$sha256.*?$basename" + } + } + } + } +}