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