mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
30 lines
890 B
JSON
30 lines
890 B
JSON
{
|
|
"version": "6.5.0",
|
|
"description": "LXD client",
|
|
"homepage": "https://linuxcontainers.org/lxd",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://packages.chocolatey.org/lxc.6.5.0.nupkg",
|
|
"hash": "ea9f25eea56a41cdcaa02c8504cba229e702fb9123cee24367350f2eb6218d01"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|