ScoopInstaller_Main/bucket/symfony-cli.json
2024-05-09 20:25:10 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.8.18",
"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.8.18/symfony-cli_windows_amd64.zip",
"hash": "4e76d740d070aa1ba032f3ff779a4b99b247fa10419f9094e6ec143fa018639d"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.8.18/symfony-cli_windows_386.zip",
"hash": "2eec792ef303447508a2b475fe4f6900c2698e883c1d3b527fbea073e0ae4f6f"
}
},
"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"
}
}
}