From 5211893aa57ad1c36fc761331b81efbaa2e48b4d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 12 Nov 2019 19:00:15 +0000 Subject: [PATCH] wp-cli: Update to version 2.4.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 6fbc58cd78..2504a8dba1 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.3.0", - "url": "https://github.com/wp-cli/wp-cli/releases/download/v2.3.0/wp-cli-2.3.0.phar#/wp-cli.phar", - "hash": "sha512:fdf1c6e7d33665fc9c6202a91fdebc72be6ebad12949ecf0280765bf24819e7ca2072e6834abd3848bceaae0f7aa1896322c837ae5a5b66dd69b760c310e4a30", + "version": "2.4.0", + "url": "https://github.com/wp-cli/wp-cli/releases/download/v2.4.0/wp-cli-2.4.0.phar#/wp-cli.phar", + "hash": "sha512:4049c7e45e14276a70a41c3b0864be7a6a8cfa8ea65ebac8b184a4f503a91baa1a0d29260d03248bc74aef70729824330fb6b396336172a624332e16f64e37ef", "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\"",