Acquia_cli 2.49.0 => 2.51.2 (#13326)

This commit is contained in:
Ed Reel
2025-11-03 20:20:18 -06:00
committed by GitHub
parent 7724d8ff41
commit 79b4fb042c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 17677283
# Total size: 17062721
/usr/local/bin/acli

View File

@@ -1,2 +1,2 @@
# Total size: 17677283
# Total size: 17062721
/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.49.0'
version '2.51.2'
license 'GPL-2.0'
compatibility 'aarch64 armv7l x86_64'
source_url "https://github.com/acquia/cli/releases/download/#{version}/acli.phar"
source_sha256 'd575be0bb7b089837937529814e4aa401632c16c81de9730c9b5ba6773cabacd'
source_sha256 'fc29ec45f7c3911fb75df989ddc842390ad39681961fa33ea0f552886ccfe376'
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"