ScoopInstaller_Main/bucket/symfony-cli.json
2020-07-10 12:41:28 +02:00

37 lines
1.4 KiB
JSON

{
"version": "4.17.1",
"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.17.1/symfony_windows_amd64.exe#/symfony.exe",
"hash": "4591e0ff0e97e31c64d8620e1903cd721b11f9ecd2a9c8d456e67933d73d03d7"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.17.1/symfony_windows_386.exe#/symfony.exe",
"hash": "2ec9d2538103ca8b1be842c290d426a34d1979fdf230f6c818b381f7ab86ef4c"
}
},
"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>"
}
}
}
}
}