mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "5.13.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.13.0/symfony-cli_windows_amd64.zip",
|
|
"hash": "227c1fe7637946b1e6317be8eeddbb543ab9f211f35dd9e24335e50e967a5d13"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.13.0/symfony-cli_windows_386.zip",
|
|
"hash": "916dfd0af8af312566999c12a7bc062b38d60a8217001561e500b20fa8dea5aa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|