ScoopInstaller_Main/bucket/symfony-cli.json
2024-01-18 08:26:42 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.8.2",
"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.2/symfony-cli_windows_amd64.zip",
"hash": "221193e5b3cacb46f3da358302afd30caacc46fb4b89ff1ebb1dd15e14ed90e0"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.8.2/symfony-cli_windows_386.zip",
"hash": "5e638473c2a0f359b520bcc2883f1b81b1c501fcb4020705457b6c6d2bc9ca11"
}
},
"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"
}
}
}