ScoopInstaller_Main/bucket/symfony-cli.json
2024-01-30 16:26:15 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.8.6",
"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.6/symfony-cli_windows_amd64.zip",
"hash": "0215f1042d8710439ad6491b8852ae15cc24ea35d00f626faa8194824f2f25f4"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.8.6/symfony-cli_windows_386.zip",
"hash": "90db1eb0c17c9225f0b85c6877aafc72e0e563492dee281210f04771a71d273c"
}
},
"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"
}
}
}