wp-cli: Update to version 2.8.0

This commit is contained in:
github-actions[bot] 2023-05-31 20:24:51 +00:00
parent 25118b532e
commit e40ae52f4e

View File

@ -1,5 +1,5 @@
{
"version": "2.7.1",
"version": "2.8.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.7.1/wp-cli-2.7.1.phar#/wp-cli.phar",
"hash": "sha512:956b5e3e1a076bd5441c082ee754e3ff4517ec965b93c621f455c2bf5719358c36e67d52f676492700b59d42cacb34a50d382535c035f19da7a0b98bc41860de",
"url": "https://github.com/wp-cli/wp-cli/releases/download/v2.8.0/wp-cli-2.8.0.phar#/wp-cli.phar",
"hash": "sha512:c6b0af2bcddaadc16d89c03c601176eac0a2022b6706b9ffea8a6fe94bbefcf79bf358802260e7f6e937830bc2110d8cb057bbb397805d7fbb0d1485a56a7b39",
"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"