ScoopInstaller_Main/bucket/symfony-cli.json
2023-02-24 16:34:27 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.5.1",
"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.5.1/symfony-cli_windows_amd64.zip",
"hash": "6987d1d4a90a997cb947d91be38869264467c3b65fc4ebc3537d4768bf390c3b"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.5.1/symfony-cli_windows_386.zip",
"hash": "842926d182150133788e3e0664cb0863650e8c53a6dfbf9e354bfc1e1249686c"
}
},
"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"
}
}
}