wp-cli: Update to version 2.3.0

This commit is contained in:
Richard Kuhnt 2019-08-14 01:00:39 +00:00
parent fa36561e59
commit c4c3a8dfb9

View File

@ -2,9 +2,9 @@
"homepage": "https://wp-cli.org", "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.", "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", "license": "MIT",
"version": "2.2.0", "version": "2.3.0",
"url": "https://github.com/wp-cli/wp-cli/releases/download/v2.2.0/wp-cli-2.2.0.phar#/wp-cli.phar", "url": "https://github.com/wp-cli/wp-cli/releases/download/v2.3.0/wp-cli-2.3.0.phar#/wp-cli.phar",
"hash": "sha512:2103f04a5014d629eaa42755815c9cec6bb489ed7b0ea6e77dedb309e8af098ab902b2f9c6369ae4b7cb8cc1f20fbb4dedcda83eb1d0c34b880fa6e8a3ae249d", "hash": "sha512:fdf1c6e7d33665fc9c6202a91fdebc72be6ebad12949ecf0280765bf24819e7ca2072e6834abd3848bceaae0f7aa1896322c837ae5a5b66dd69b760c310e4a30",
"bin": "wp.ps1", "bin": "wp.ps1",
"pre_install": [ "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 'if($args.length -eq 2 -and ($args[0] -eq \"cli\" -and $args[1] -eq \"update\")) { & scoop update wp-cli }' | out-file \"$dir\\wp.ps1\"",