ScoopInstaller_Main/bucket/symfony-cli.json
2021-09-30 05:09:00 -07:00

37 lines
1.4 KiB
JSON

{
"version": "4.26.6",
"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.26.6/symfony_windows_amd64.exe#/symfony.exe",
"hash": "a2368a462c2f1da15ebc6e26d6641435ee723edc5a9eb0e6e9a03dfee68aa01b"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.26.6/symfony_windows_386.exe#/symfony.exe",
"hash": "84cc2e90ae86f39e0c3794a81216639882d3eaf57a3df843840b5a7b29cc5690"
}
},
"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>"
}
}
}
}
}