aliyun_cli -> 3.2.13 in updater-aliyun_cli-3.2.13 — aliyun_cli: 3.2.10 → 3.2.13 (#14956)

* aliyun_cli -> 3.2.13 in updater-aliyun_cli-3.2.13

* updater-aliyun_cli-3.2.13: Package File Update Run on linux/386 container.

* updater-aliyun_cli-3.2.13: Package File Update Run on linux/amd64 container.

* updater-aliyun_cli-3.2.13: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
chromebrew-actions[bot]
2026-03-11 01:32:41 +00:00
committed by GitHub
parent 7efa60a2a8
commit c8a7943c38
4 changed files with 8 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 82854520
# Total size: 82854592
/usr/local/bin/aliyun

View File

@@ -1,2 +1,2 @@
# Total size: 83158000
# Total size: 83186768
/usr/local/bin/aliyun

View File

@@ -1,2 +1,2 @@
# Total size: 84694864
# Total size: 84727824
/usr/local/bin/aliyun

View File

@@ -3,7 +3,7 @@ require 'package'
class Aliyun_cli < Package
description 'Alibaba Cloud CLI'
homepage 'https://www.alibabacloud.com/help/en/cli/'
version '3.2.10'
version '3.2.13'
license 'Apache-2.0'
compatibility 'all'
source_url 'https://github.com/aliyun/aliyun-cli.git'
@@ -11,10 +11,10 @@ class Aliyun_cli < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: '532fe06491f11140e031c5b47531972bd7ce1162053136bb1de00b6b2144471e',
armv7l: '532fe06491f11140e031c5b47531972bd7ce1162053136bb1de00b6b2144471e',
i686: '8c04a58d51efac4e657ad90b04760cbd6ee2613d335aaea8624cdf7ada959ed6',
x86_64: '6dd1de964f462373296c5075bdcf853a9bb31dc14d5c3e1ed6870a31662f5480'
aarch64: '944d644440d51d5005d987ad946b2d5e572c23275cde936aede0701051118a40',
armv7l: '944d644440d51d5005d987ad946b2d5e572c23275cde936aede0701051118a40',
i686: '4e8a8b39a65e000c541c7f43db8041be56149f2c83d15a31d8d2d8bdafb4f2d4',
x86_64: '41987d3d07e0a8f37cd6ec1fc9eb363cfaf11f19c30496da42e831543c4beda7'
})
depends_on 'glibc' => :executable_only