ScoopInstaller_Main/bucket/symfony-cli.json
2021-12-23 00:32:06 +00:00

37 lines
1.4 KiB
JSON

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