Acquia_cli 2.52.0 => 2.54.0 (#13826)

This commit is contained in:
Ed Reel
2025-12-13 01:49:55 -06:00
committed by GitHub
parent e298809df8
commit 98340d0b10
3 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 17076459
# Total size: 17122454
/usr/local/bin/acli

View File

@@ -1,2 +1,2 @@
# Total size: 17076459
# Total size: 17122454
/usr/local/bin/acli

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.52.0'
version '2.54.0'
license 'GPL-2.0'
compatibility 'aarch64 armv7l x86_64'
source_url "https://github.com/acquia/cli/releases/download/#{version}/acli.phar"
source_sha256 '18b4c639d44aaf65b0f8ee73c47ce49e76df3d81078476c75758a825c9d75091'
source_sha256 'ed007de717dda1001d949f22f4724df29ac9e2bf627cff298c777b818d5c6d32'
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"