mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Wp_cli 2.10.0 => 2.11.0 (#10301)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user