ScoopInstaller_Main/bucket/symfony-cli.json
2023-02-15 12:31:49 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.5.0",
"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.5.0/symfony-cli_windows_amd64.zip",
"hash": "10971f9d9dd2425f1f7df7f961dd02300619ee76632b85a3a67777d000c020c2"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.5.0/symfony-cli_windows_386.zip",
"hash": "c929d30c3a5f5978260454b320c0de4c49e66c915d781d8c60d02c558cefcd92"
}
},
"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"
}
}
}