2025-06-02 12:32:17 +00:00

30 lines
890 B
JSON

{
"version": "6.4.0",
"description": "LXD client",
"homepage": "https://linuxcontainers.org/lxd",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://packages.chocolatey.org/lxc.6.4.0.nupkg",
"hash": "2cf611e7c19cf6b19b86613f94eb9914ac4952cf85fc215138831b70e527acc9"
}
},
"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"
}
}
}
}
}