updater-acquia_cli-2.46.0 — acquia_cli → 2.46.0 (#12609)

* Add unbuilt acquia_cli to updater-acquia_cli-2.46.0

* updater-acquia_cli-2.46.0: Build Run on linux/amd64.

* updater-acquia_cli-2.46.0: Build Run on linux/arm/v7.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-22 00:06:27 -04:00
committed by GitHub
parent c3fe8c7ebd
commit c1bbe3f8ca
3 changed files with 4 additions and 2 deletions

View File

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

View File

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