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