From 8f4c1200ff55183d301100569b5a683fbcc35eec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 08:32:20 +0000 Subject: [PATCH] wp-cli: Update to version 2.6.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 656c48a4b0..2bd9765433 100644 --- a/bucket/wp-cli.json +++ b/bucket/wp-cli.json @@ -1,5 +1,5 @@ { - "version": "2.5.0", + "version": "2.6.0", "description": "Command-line interface for WordPress", "homepage": "https://wp-cli.org", "license": "MIT", @@ -10,8 +10,8 @@ "php-nts" ] }, - "url": "https://github.com/wp-cli/wp-cli/releases/download/v2.5.0/wp-cli-2.5.0.phar#/wp-cli.phar", - "hash": "sha512:08dd9035fda1d529807380d5b757839e2809e289eb1a698fe33e7e21a1431d3f77c551c2b2db5adc55083d5075ea4137407994111890f765e790a97e6d9ca7af", + "url": "https://github.com/wp-cli/wp-cli/releases/download/v2.6.0/wp-cli-2.6.0.phar#/wp-cli.phar", + "hash": "sha512:d73f9161a1f03b8ecaac7b196b6051fe847b3c402b9c92b1f6f3acbe5b1cf91f7260c0e499b8947bab75920ecec918b39533ca65fa5a1fd3eb6ce7b8e2c58e7d", "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\"", "echo 'else { & php (join-path $PSScriptRoot \"wp-cli.phar\") @args }' | out-file \"$dir\\wp.ps1\" -append"