ScoopInstaller_Main/bucket/symfony-cli.json
2022-06-12 20:27:37 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.4.11",
"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.11/symfony-cli_windows_amd64.zip",
"hash": "473d5b913eb489fd9ab7cbe3353ff61545a3fa1cf65e169a5c7dae22e7b46ba7"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.4.11/symfony-cli_windows_386.zip",
"hash": "5d5c4f8d7e6ca5739018d71295bc6e80d432745cf6716c8cbacf2eeefa7a7331"
}
},
"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"
}
}
}