Wp_cli 2.8.1 => 2.9.0 (#9035)

This commit is contained in:
Ed Reel
2023-12-02 12:59:38 -06:00
committed by GitHub
parent 0a08bb7671
commit ebc0289b74

View File

@@ -3,11 +3,11 @@ require 'package'
class Wp_cli < Package
description 'The command line interface for WordPress'
homepage 'https://wp-cli.org/'
version '2.8.1'
version '2.9.0'
license 'LGPL-3'
compatibility 'all'
source_url "https://github.com/wp-cli/wp-cli/releases/download/v#{version}/wp-cli-#{version}.phar"
source_sha256 '8503cd579480d0cb237b4bef35e0c3da11c2ab872a1bc8f26d2da0ca0729b6a7'
source_sha256 'af6b7ccc21ed0907cb504db5a059f0e120117905a6017bfdd4375cee3c93d864'
depends_on 'php81' unless File.exist? "#{CREW_PREFIX}/bin/php"