From e332ba2ed034607db185983c44f91105528c7932 Mon Sep 17 00:00:00 2001 From: Ed Reel Date: Mon, 25 Mar 2024 18:14:46 -0500 Subject: [PATCH] Acquia_cli 2.22.2 => 2.23.1 (#9537) --- packages/acquia_cli.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/acquia_cli.rb b/packages/acquia_cli.rb index 862d576cb0..e9fc9c57ff 100644 --- a/packages/acquia_cli.rb +++ b/packages/acquia_cli.rb @@ -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"