ScoopInstaller_Main/bucket/symfony-cli.json
2020-11-20 16:27:24 +01:00

37 lines
1.4 KiB
JSON

{
"version": "4.20.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.20.4/symfony_windows_amd64.exe#/symfony.exe",
"hash": "151eeaf1e806a4f0856179ba29d6e0ec145a4a7f0cf5ab8cdd7e923a8a9567a5"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.20.4/symfony_windows_386.exe#/symfony.exe",
"hash": "63bebaf1777d305d4310ac7284bd2595d0fd626c63c11d4f6960f6d21b601755"
}
},
"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>"
}
}
}
}
}