ScoopInstaller_Main/bucket/symfony-cli.json
2020-04-08 13:51:25 +02:00

37 lines
1.4 KiB
JSON

{
"version": "4.14.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.14.1/symfony_windows_amd64.exe#/symfony.exe",
"hash": "72a584f3995c989ed86d102236cc662e1ea76a2b1c9e56f6fb50f827eab44907"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.14.1/symfony_windows_386.exe#/symfony.exe",
"hash": "e9af88dbc38288d11d3501da49f513c30d3dd0cc7df0d0493001274ce46813db"
}
},
"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>"
}
}
}
}
}