2024-07-09 16:29:25 +00:00

30 lines
890 B
JSON

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