ScoopInstaller_Main/bucket/symfony-cli.json
2023-01-10 16:44:52 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.4.21",
"description": "Helps Symfony developers manage projects, from local code to remote infrastructure",
"homepage": "https://symfony.com",
"license": "AGPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.4.21/symfony-cli_windows_amd64.zip",
"hash": "a0a5b96f1179c2b0609e6759c878014a53dc8501d27113a891ea55ac33bce560"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.4.21/symfony-cli_windows_386.zip",
"hash": "fb3976cc1c595455fb2005e940c0c204934731653faff802686c3b2dd4212957"
}
},
"bin": "symfony.exe",
"checkver": {
"github": "https://github.com/symfony-cli/symfony-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v$version/symfony-cli_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v$version/symfony-cli_windows_386.zip"
}
},
"hash": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v$version/checksums.txt"
}
}
}