From 99fb529ec2bf309cd058c73ee2ab2efd49d913c4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 25 Apr 2019 10:01:38 +0000 Subject: [PATCH] wp-cli: Update to version 2.2.0 --- bucket/wp-cli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/wp-cli.json b/bucket/wp-cli.json index d188383883..7e9dfb2a9e 100644 --- a/bucket/wp-cli.json +++ b/bucket/wp-cli.json @@ -2,9 +2,9 @@ "homepage": "https://wp-cli.org", "description": "WP-CLI is the command-line interface for WordPress. You can update plugins, configure multisite installs and much more, without using a web browser.", "license": "MIT", - "version": "2.1.0", - "url": "https://github.com/wp-cli/wp-cli/releases/download/v2.1.0/wp-cli-2.1.0.phar#/wp-cli.phar", - "hash": "sha512:c2ff556c21c85bbcf11be38d058224f53d3d57a1da45320ecf0079d480063dcdc11b5029b94b0b181c1e3bec84745300cd848d28065c0d3619f598980cc17244", + "version": "2.2.0", + "url": "https://github.com/wp-cli/wp-cli/releases/download/v2.2.0/wp-cli-2.2.0.phar#/wp-cli.phar", + "hash": "sha512:2103f04a5014d629eaa42755815c9cec6bb489ed7b0ea6e77dedb309e8af098ab902b2f9c6369ae4b7cb8cc1f20fbb4dedcda83eb1d0c34b880fa6e8a3ae249d", "bin": "wp.ps1", "pre_install": [ "echo 'if($args.length -eq 2 -and ($args[0] -eq \"cli\" -and $args[1] -eq \"update\")) { & scoop update wp-cli }' | out-file \"$dir\\wp.ps1\"",