ScoopInstaller_Main/bucket/symfony-cli.json
2021-05-10 12:37:36 +02:00

37 lines
1.4 KiB
JSON

{
"version": "4.24.1",
"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.24.1/symfony_windows_amd64.exe#/symfony.exe",
"hash": "baed4147f2c43f47857875c35412db187f52837ec0b1fbfa112a568d799e573d"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.24.1/symfony_windows_386.exe#/symfony.exe",
"hash": "79d86ba8023377f561bdb1f05acf0fe60564e57251d25ca0acdcd26422ba3ed0"
}
},
"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>"
}
}
}
}
}