ScoopInstaller_Main/bucket/symfony-cli.json
2021-04-06 05:08:00 +02:00

37 lines
1.4 KiB
JSON

{
"version": "4.23.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.23.4/symfony_windows_amd64.exe#/symfony.exe",
"hash": "0ffdbb33fa0566557d678d805ad622fa70efed57ea3b0edc71f4a144e3a50178"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.23.4/symfony_windows_386.exe#/symfony.exe",
"hash": "8c8d043b8eb0b755bc04cf6d91278ae008343d060d4293ae098b2d7a9f6267cc"
}
},
"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>"
}
}
}
}
}