From 81a5494f21c53b2675d6677d60961bcffa846865 Mon Sep 17 00:00:00 2001 From: Andrei B Date: Wed, 26 Feb 2020 15:05:49 +0100 Subject: [PATCH] symfony-cli: Add version 4.12.8 (#832) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/symfony-cli.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bucket/symfony-cli.json diff --git a/bucket/symfony-cli.json b/bucket/symfony-cli.json new file mode 100644 index 0000000000..a30ce0394a --- /dev/null +++ b/bucket/symfony-cli.json @@ -0,0 +1,36 @@ +{ + "version": "4.12.8", + "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.12.8/symfony_windows_amd64.exe#/symfony.exe", + "hash": "f756d4a152bd559e7832db29475c4874dd949f3349dbb0d7fabe17ce4934a083" + }, + "32bit": { + "url": "https://github.com/symfony/cli/releases/download/v4.12.8/symfony_windows_386.exe#/symfony.exe", + "hash": "06c649f438deac3de30a2952cbf6ba3b774494590173a987ac2f902cafdf16b9" + } + }, + "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+$sha256" + } + }, + "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+$sha256" + } + } + } + } +}