Acquia_cli 2.46.0 => 2.48.0 (#12780)

This commit is contained in:
Ed Reel
2025-09-14 21:43:40 -05:00
committed by GitHub
parent fa3092c67d
commit 18e4b1fcf0
3 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 16643440
# Total size: 16809066
/usr/local/bin/acli

View File

@@ -1,2 +1,2 @@
# Total size: 16643440
# Total size: 16809066
/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.46.0'
version '2.48.0'
license 'GPL-2.0'
compatibility 'aarch64 armv7l x86_64'
source_url "https://github.com/acquia/cli/releases/download/#{version}/acli.phar"
source_sha256 'dc7385f8ed3c656f69d42ab8a23733cb35c237f1c01c1b77e5abe70361e1ed5e'
source_sha256 '60cecbfc4adb177d41f71eab439b2f503ff2bb0ec4ec40c637170382bc17c4ea'
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"