ScoopInstaller_Main/bucket/symfony-cli.json
2020-06-11 12:45:41 +02:00

37 lines
1.4 KiB
JSON

{
"version": "4.16.2",
"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.16.2/symfony_windows_amd64.exe#/symfony.exe",
"hash": "e35184c2c41aae09ec999bd5f5db44bb196e0e918bac88ca67840a56f454cf04"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.16.2/symfony_windows_386.exe#/symfony.exe",
"hash": "d81ed890d13ee708ffee4582a503278b9bac579be3808793cbb32ab08ae02df1"
}
},
"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>"
}
}
}
}
}