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