Acquia_cli 2.21.1 => 2.22.2 (#9397)

This commit is contained in:
Ed Reel
2024-02-27 14:12:44 -06:00
committed by GitHub
parent 94fa500a66
commit e6bde92fc5
3 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1 @@
/usr/local/bin/acli

View File

@@ -0,0 +1 @@
/usr/local/bin/acli

View File

@@ -3,13 +3,13 @@ require 'package'
class Acquia_cli < Package
description 'Acquia CLI - The official command-line tool for interacting with the Drupal Cloud Platform and services.'
homepage 'https://github.com/acquia/cli'
version '2.21.1'
version '2.22.2'
license 'GPL-2.0'
compatibility 'x86_64 aarch64 armv7l'
source_url 'https://github.com/acquia/cli/releases/download/2.21.1/acli.phar'
source_sha256 '91390c5cae8eb51f84a4efb89b201d70be7ed42dbeb362842d30a8acc5c620b8'
source_url 'https://github.com/acquia/cli/releases/download/2.22.2/acli.phar'
source_sha256 '6a113ae525a17decbea5953a3570f4f9c9ffaa691e8fb01a9618c623f0c0b44f'
depends_on 'php81' unless File.exist? "#{CREW_PREFIX}/bin/php"
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"
no_compile_needed