ScoopInstaller_Main/bucket/symfony-cli.json
2021-12-22 20:27:32 +00:00

37 lines
1.4 KiB
JSON

{
"version": "4.27.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.27.0/symfony_windows_amd64.exe#/symfony.exe",
"hash": "4f5f95d61a41724c44fc35c2850bc5ec0cc9cb0cac882f9e0c8edbe01228c0f4"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.27.0/symfony_windows_386.exe#/symfony.exe",
"hash": "4a1090e625b4f2f9bcb88131469bfeacf5e72ae7691268460e6e5c06ffd0dbe3"
}
},
"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>"
}
}
}
}
}