From f8bbbc3361d38453ed72f74be76d576d40866513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 11 Jun 2020 12:45:41 +0200 Subject: [PATCH] symfony-cli: Update to version 4.16.2 --- bucket/symfony-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/symfony-cli.json b/bucket/symfony-cli.json index e84fb50deb..44300d8fc4 100644 --- a/bucket/symfony-cli.json +++ b/bucket/symfony-cli.json @@ -1,16 +1,16 @@ { - "version": "4.16.1", + "version": "4.16.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.16.1/symfony_windows_amd64.exe#/symfony.exe", - "hash": "209cbeeb742424cdd362300daaeed9271a727f15218e8c6883e74536c1436e13" + "url": "https://github.com/symfony/cli/releases/download/v4.16.2/symfony_windows_amd64.exe#/symfony.exe", + "hash": "e35184c2c41aae09ec999bd5f5db44bb196e0e918bac88ca67840a56f454cf04" }, "32bit": { - "url": "https://github.com/symfony/cli/releases/download/v4.16.1/symfony_windows_386.exe#/symfony.exe", - "hash": "7ecbadc694c6c5c8f886590663dffc448cd4ebcdeb131cbdc1e4110dcd2fca66" + "url": "https://github.com/symfony/cli/releases/download/v4.16.2/symfony_windows_386.exe#/symfony.exe", + "hash": "d81ed890d13ee708ffee4582a503278b9bac579be3808793cbb32ab08ae02df1" } }, "bin": "symfony.exe",