Acquia_cli 2.44.2 => 2.45.0 (#12382)

This commit is contained in:
Ed Reel
2025-08-07 22:37:08 -05:00
committed by GitHub
parent 25d252caa0
commit 95d5417a56

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