mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
aliyun_cli -> 3.3.3 in updater-aliyun_cli-3.3.3 — aliyun_cli: 3.3.2 → 3.3.3 (#15186)
* aliyun_cli -> 3.3.3 in updater-aliyun_cli-3.3.3 * updater-aliyun_cli-3.3.3: Package File Update Run on linux/386 container. * updater-aliyun_cli-3.3.3: Package File Update Run on linux/amd64 container. * updater-aliyun_cli-3.3.3: 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:
committed by
GitHub
parent
694e686766
commit
df58c5bb2f
@@ -1,2 +1,2 @@
|
||||
# Total size: 83903600
|
||||
# Total size: 84100232
|
||||
/usr/local/bin/aliyun
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Total size: 84260368
|
||||
# Total size: 84387376
|
||||
/usr/local/bin/aliyun
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Total size: 85809968
|
||||
# Total size: 85941040
|
||||
/usr/local/bin/aliyun
|
||||
|
||||
@@ -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.2'
|
||||
version '3.3.3'
|
||||
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: '2b34f6cf15f65ffbc5f6c592533e5a8bfc985149752cb14d70daa24203c7007d',
|
||||
armv7l: '2b34f6cf15f65ffbc5f6c592533e5a8bfc985149752cb14d70daa24203c7007d',
|
||||
i686: '750c8e7c84b924db946e2b2d94af09544eeee0afbafe290c10c87f81612528fa',
|
||||
x86_64: 'd7dbb4b27c67caf6c66b493b270220b6aed83a5e8f2575691e62d9fc566b827b'
|
||||
aarch64: 'a75f2b6ba5b80dd0be3faad0651a492aa114e13cf5844770a91507e606a28341',
|
||||
armv7l: 'a75f2b6ba5b80dd0be3faad0651a492aa114e13cf5844770a91507e606a28341',
|
||||
i686: '56f82211fc54c14fc0e8b8ba53f020e6cc88263133214650d5fa5e47b653e608',
|
||||
x86_64: '6a85fb63435088b494683a9c0c7c4a322110d2bf600d919112de4dd9e22672a0'
|
||||
})
|
||||
|
||||
depends_on 'glibc' => :executable
|
||||
|
||||
Reference in New Issue
Block a user