Acquia_cli 2.22.2 => 2.23.1 (#9537)

This commit is contained in:
Ed Reel
2024-03-25 18:14:46 -05:00
committed by GitHub
parent ee2c06551c
commit e332ba2ed0

View File

@@ -3,11 +3,11 @@ 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.22.2'
version '2.23.1'
license 'GPL-2.0'
compatibility 'x86_64 aarch64 armv7l'
source_url 'https://github.com/acquia/cli/releases/download/2.22.2/acli.phar'
source_sha256 '6a113ae525a17decbea5953a3570f4f9c9ffaa691e8fb01a9618c623f0c0b44f'
source_url 'https://github.com/acquia/cli/releases/download/2.23.1/acli.phar'
source_sha256 'c8b45b06c7c85693405d3e54fc0bb72049061df667106271d20b26980b8259a4'
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"