ScoopInstaller_Main/bucket/symfony-cli.json
2021-12-31 08:28:58 +00:00

37 lines
1.4 KiB
JSON

{
"version": "4.27.4",
"description": "Wrapper for managing and deploying Symfony applications",
"homepage": "https://github.com/symfony/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.27.4/symfony_windows_amd64.exe#/symfony.exe",
"hash": "78002f6bb62769fe41b0359d244006f177c5de11d7b989e95267369092d7e9ec"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.27.4/symfony_windows_386.exe#/symfony.exe",
"hash": "6eb82bf28fbc08372c21cb8017c994974f4c4a39a99f5480ab26d6881b2e9c61"
}
},
"bin": "symfony.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/symfony/cli/releases/download/v$version/symfony_windows_amd64.exe#/symfony.exe",
"hash": {
"url": "https://symfony.com/download",
"regex": "windows_amd64:\\s+<code>$sha256</code>"
}
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v$version/symfony_windows_386.exe#/symfony.exe",
"hash": {
"url": "https://symfony.com/download",
"regex": "windows_386:\\s+<code>$sha256</code>"
}
}
}
}
}