2023-06-22 04:27:00 +00:00

30 lines
888 B
JSON

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