ScoopInstaller_Main/bucket/symfony-cli.json
2020-07-21 19:19:51 +02:00

37 lines
1.4 KiB
JSON

{
"version": "4.18.0",
"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.18.0/symfony_windows_amd64.exe#/symfony.exe",
"hash": "680ea6c0fa6c0b1fb6c2732221e39fa1cd07313c6fa2ee4329fcdfc98ad1a2b5"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.18.0/symfony_windows_386.exe#/symfony.exe",
"hash": "1997c5752510635f2ddaa8cc9e0593340c822904aa0b378e0a0ff2d4dad6f917"
}
},
"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>"
}
}
}
}
}