mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
wp-cli: Update to version 2.10.0
This commit is contained in:
parent
df8d5a7c0f
commit
39ce83e8ab
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "2.9.0",
|
"version": "2.10.0",
|
||||||
"description": "Command-line interface for WordPress",
|
"description": "Command-line interface for WordPress",
|
||||||
"homepage": "https://wp-cli.org",
|
"homepage": "https://wp-cli.org",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -10,8 +10,8 @@
|
|||||||
"php-nts"
|
"php-nts"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"url": "https://github.com/wp-cli/wp-cli/releases/download/v2.9.0/wp-cli-2.9.0.phar#/wp-cli.phar",
|
"url": "https://github.com/wp-cli/wp-cli/releases/download/v2.10.0/wp-cli-2.10.0.phar#/wp-cli.phar",
|
||||||
"hash": "sha512:39fa365300ab45840e30cc344595bbd175c3558a4499679edd9f9e3a00a846e94179c29c80de3242f1c405f3623605605748d188d9bb98450d9377388f60f113",
|
"hash": "sha512:c243265be520cd906f6dac767b56bb4e7dae9b6308db32b7e45ed8adbacad97bce987fd69b019d25478f394f0082404a0f44a93416f5e4d943cb32fd08f1feac",
|
||||||
"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\"",
|
||||||
"echo 'else { & php (join-path $PSScriptRoot \"wp-cli.phar\") @args }' | out-file \"$dir\\wp.ps1\" -append"
|
"echo 'else { & php (join-path $PSScriptRoot \"wp-cli.phar\") @args }' | out-file \"$dir\\wp.ps1\" -append"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user