ScoopInstaller_Main/bucket/symfony-cli.json
2022-01-19 20:28:01 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.2.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.2.0/symfony-cli_windows_amd64.zip",
"hash": "6e25bf44c372c1fd87d71b2abfb2fce171bc919248ee12c3a02b0fff340b10cb"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.2.0/symfony-cli_windows_386.zip",
"hash": "4604288cef8f667f1e130fdebec9184cf6e252338e95d8973559b86ee32e7804"
}
},
"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"
}
}
}