ScoopInstaller_Main/bucket/symfony-cli.json
2023-09-26 20:24:37 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.5.10",
"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.5.10/symfony-cli_windows_amd64.zip",
"hash": "3def720b6f05dfd0dd9107608d1a9eb1561446fa86a0cdb64e697472170ac647"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.5.10/symfony-cli_windows_386.zip",
"hash": "9343580a82235b96acd7aaff6381e7f0eb7fff9d70bf73963c9d53585746e8d0"
}
},
"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"
}
}
}