mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "5.8.19",
|
|
"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.19/symfony-cli_windows_amd64.zip",
|
|
"hash": "4e1da60a489250c00ff57a85772d8d9eb4c5ba49dd9721f96aa8e00c5756dab9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.8.19/symfony-cli_windows_386.zip",
|
|
"hash": "c1969abafad54203b0b1f407f4cf1fbe762a894b4782cfd9d461c2e06e9dcf57"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|