ScoopInstaller_Main/bucket/symfony-cli.json
BahmanMD f502aea70c
symfony-cli: Update to version 5.0.9 (#3175)
* Update symfony-cli.json

Fix https://github.com/symfony-cli/symfony-cli/issues/36

* 5.0.9

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2022-01-12 18:24:59 +05:30

34 lines
1.3 KiB
JSON

{
"version": "5.0.9",
"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.0.9/symfony-cli_windows_amd64.zip",
"hash": "1ac8dc9258c108dea10c00fbe444fbfa628532e883b18778e3481e04aacd449d"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.0.9/symfony-cli_windows_386.zip",
"hash": "a5c7dfe341cd0b4be91eb51d47a94c55c14628b9a76e33921857bf4d76075139"
}
},
"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"
}
}
}