2022-03-11 20:26:51 +00:00

30 lines
888 B
JSON

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