Wp_cli 2.10.0 => 2.11.0 (#10301)

This commit is contained in:
Ed Reel
2024-08-13 06:41:05 -05:00
committed by GitHub
parent 287aff909c
commit 600e484423

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.10.0'
version '2.11.0'
license 'LGPL-3'
compatibility 'x86_64 aarch64 armv7l'
source_url 'https://github.com/wp-cli/wp-cli/releases/download/v2.10.0/wp-cli-2.10.0.phar'
source_sha256 '4c6a93cecae7f499ca481fa7a6d6d4299c8b93214e5e5308e26770dbfd3631df'
source_url "https://github.com/wp-cli/wp-cli/releases/download/v#{version}/wp-cli-#{version}.phar"
source_sha256 'a39021ac809530ea607580dbf93afbc46ba02f86b6cffd03de4b126ca53079f6'
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"