ScoopInstaller_Main/bucket/symfony-cli.json
2023-10-24 16:26:43 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.6.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.6.1/symfony-cli_windows_amd64.zip",
"hash": "806528d29421df138d6eaadff14b4e2c85d791e8f68c510b68c5740dd8835c2d"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.6.1/symfony-cli_windows_386.zip",
"hash": "432d8f3afcd2e7bbd15d550c3b1edf4bb2d8549420db6f3fcfc4c3acb004574e"
}
},
"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"
}
}
}