ScoopInstaller_Main/bucket/symfony-cli.json
2020-11-21 14:59:35 +01:00

37 lines
1.4 KiB
JSON

{
"version": "4.20.5",
"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.5/symfony_windows_amd64.exe#/symfony.exe",
"hash": "61c504a3fd5725ac94592ead628276041a307c3ad5f649098bf8c4e7d1a9a4b3"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.20.5/symfony_windows_386.exe#/symfony.exe",
"hash": "a0253c4e4d2e0c18ceb8c3ca133a0b08005f5bb88aa218a1ea23acc3e696ff09"
}
},
"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>"
}
}
}
}
}