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