ScoopInstaller_Main/bucket/symfony-cli.json
2023-12-15 16:27:33 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.7.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.7.6/symfony-cli_windows_amd64.zip",
"hash": "1e9baa893b587cbd2a24fa01fc7b8a718ca0b1aa53ec83f30bb3c4157735c8bf"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.7.6/symfony-cli_windows_386.zip",
"hash": "3aee3f9b68aaab49df8d456f82a980b7fca5cf829b8e7896505ca1aad0da3ec0"
}
},
"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"
}
}
}