mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "5.3.3",
|
|
"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.3.3/symfony-cli_windows_amd64.zip",
|
|
"hash": "261b9a5b6120a9ffc503a6d322e56c9fd97f1c3e4d099d057bcb2d59b25d9413"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.3.3/symfony-cli_windows_386.zip",
|
|
"hash": "7bc994e25c555c509d655d945e720b57a5a138501cf77b8c516f48ac5dada838"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|