ScoopInstaller_Main/bucket/symfony-cli.json
2024-03-23 09:06:37 +00:00

34 lines
1.3 KiB
JSON

{
"version": "5.8.13",
"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.13/symfony-cli_windows_amd64.zip",
"hash": "75ea640ea6c5d2bf1d7d01d7706c3388c1024f1043a6fd1e7a9a408a1ad2f002"
},
"32bit": {
"url": "https://github.com/symfony-cli/symfony-cli/releases/download/v5.8.13/symfony-cli_windows_386.zip",
"hash": "0459a0ed2b9284b532f5df3977e26d26bc7afd2a58f78bd8e6abc0b53cf94001"
}
},
"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"
}
}
}