ScoopInstaller_Main/bucket/symfony-cli.json
2020-07-15 08:07:40 +02:00

37 lines
1.4 KiB
JSON

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