aliyun_cli -> 3.3.10 in updater-aliyun_cli-3.3.10 — aliyun_cli: 3.3.8 → 3.3.10 (#15755)

* aliyun_cli -> 3.3.10 in updater-aliyun_cli-3.3.10

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

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

* updater-aliyun_cli-3.3.10: 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>
This commit is contained in:
chromebrew-actions[bot]
2026-04-21 21:54:37 -04:00
committed by GitHub
parent b9e7b38f90
commit b92933ab4d
4 changed files with 8 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 84165928
# Total size: 84231464
/usr/local/bin/aliyun

View File

@@ -1,2 +1,2 @@
# Total size: 84559568
# Total size: 84580048
/usr/local/bin/aliyun

View File

@@ -1,2 +1,2 @@
# Total size: 86109296
# Total size: 86129776
/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.3.8'
version '3.3.10'
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: '2a7b609421d44fa4d1e37c74b6a40a5726fccf25aa0e24509e2afa8d085529b3',
armv7l: '2a7b609421d44fa4d1e37c74b6a40a5726fccf25aa0e24509e2afa8d085529b3',
i686: '3c3e19ded5bd6d2086084731c590955dca2049d2e7bc1be1799292a085cf6471',
x86_64: '58ccc0f5014d9826e585421c67caed60f32a7e63799a788988c7f069bd9872bf'
aarch64: '7ed7993047d943e4db660b9691a2cce9ee73919e3c522921cb768b95137bcf5a',
armv7l: '7ed7993047d943e4db660b9691a2cce9ee73919e3c522921cb768b95137bcf5a',
i686: '95f5cf1a0ecbae2f665dd7b7d629208f5bf44cd5dab6b043a756ffc28041884c',
x86_64: '733dbd6033ba27ba8e8d2215a28d6c7099e2e7ccbd4cd350c993931e082ca1f3'
})
depends_on 'glibc' => :executable