ScoopInstaller_Main/bucket/symfony-cli.json
2022-02-11 16:37:36 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.3.4",
"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.3.4/symfony-cli_windows_amd64.zip",
"hash": "9de74f33286bb17dfec9c4ce93e102fa7c48c9c358c8b8a307c7f53778315e86"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.3.4/symfony-cli_windows_386.zip",
"hash": "26b8e3c2b3948d3478cf9d3747e8c86330f695d9445eec652eb628402a693ee4"
}
},
"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"
}
}
}