ScoopInstaller_Main/bucket/symfony-cli.json
2020-10-13 08:44:59 +02:00

37 lines
1.4 KiB
JSON

{
"version": "4.20.0",
"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.0/symfony_windows_amd64.exe#/symfony.exe",
"hash": "3f029f1df7a8bdb5eadf7552b0e7563fb5ed9fd02d4fa221b7d4eefbaeb789a5"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.20.0/symfony_windows_386.exe#/symfony.exe",
"hash": "5c22371c5a1526528f1dbdd62ec086bfbf37d4903dd73ffea7077266ae56bb63"
}
},
"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>"
}
}
}
}
}