ScoopInstaller_Main/bucket/symfony-cli.json
2021-12-23 16:31:18 +00:00

37 lines
1.4 KiB
JSON

{
"version": "4.27.3",
"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.3/symfony_windows_amd64.exe#/symfony.exe",
"hash": "57c5ff3588f6ca90681f6e90d7e895c040b57cba942c6d345f6a338bd3f123fe"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.27.3/symfony_windows_386.exe#/symfony.exe",
"hash": "4250a4f04ad40f2b6a4a362f6859ee1dc7146885cf4affe0d95bae4d23e0cfc6"
}
},
"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>"
}
}
}
}
}