ScoopInstaller_Main/bucket/symfony-cli.json
2024-02-08 12:29:49 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.8.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.8.7/symfony-cli_windows_amd64.zip",
"hash": "58632b988560d24c8db16cb61983d7abaaf1e30b2a2d8b911e9dc5b752eac03a"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.8.7/symfony-cli_windows_386.zip",
"hash": "e6763ff2f9bbedcc2c924b4c72948a5f83267230a57ff26b164395727db9a4b5"
}
},
"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"
}
}
}