wp-cli: Update to version 2.11.0

This commit is contained in:
github-actions[bot] 2024-08-08 04:29:09 +00:00
parent c443b56922
commit ade3b716f1

View File

@ -1,5 +1,5 @@
{
"version": "2.10.0",
"version": "2.11.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.10.0/wp-cli-2.10.0.phar#/wp-cli.phar",
"hash": "sha512:c243265be520cd906f6dac767b56bb4e7dae9b6308db32b7e45ed8adbacad97bce987fd69b019d25478f394f0082404a0f44a93416f5e4d943cb32fd08f1feac",
"url": "https://github.com/wp-cli/wp-cli/releases/download/v2.11.0/wp-cli-2.11.0.phar#/wp-cli.phar",
"hash": "sha512:adb12146bab8d829621efed41124dcd0012f9027f47e0228be7080296167566070e4a026a09c3989907840b21de94b7a35f3bfbd5f827c12f27c5803546d1bba",
"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"