wp-cli: Update to version 2.6.0

This commit is contained in:
github-actions[bot] 2022-05-11 08:32:20 +00:00
parent 922ef0e1db
commit 8f4c1200ff

View File

@ -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"