ScoopInstaller_Main/bucket/symfony-cli.json
2023-12-28 20:22:37 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.7.7",
"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.7.7/symfony-cli_windows_amd64.zip",
"hash": "2f896127ff5a627ff922b7e90039527c23111579b789dc202415135f91d7e515"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.7.7/symfony-cli_windows_386.zip",
"hash": "6b3c964ff0e94556f160d809078d0835cb00e5aed78f4fdf1623fee8e14a2f53"
}
},
"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"
}
}
}