mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
aliyun_cli -> 3.3.6 in updater-aliyun_cli-3.3.6 — aliyun_cli: 3.3.4 → 3.3.6 (#15639)
* aliyun_cli -> 3.3.6 in updater-aliyun_cli-3.3.6 * updater-aliyun_cli-3.3.6: Package File Update Run on linux/386 container. * updater-aliyun_cli-3.3.6: Package File Update Run on linux/amd64 container. * updater-aliyun_cli-3.3.6: 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
c531def962
commit
06b9543727
@@ -1,2 +1,2 @@
|
||||
# Total size: 84100232
|
||||
# Total size: 84165912
|
||||
/usr/local/bin/aliyun
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Total size: 84424240
|
||||
# Total size: 84510416
|
||||
/usr/local/bin/aliyun
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Total size: 85973808
|
||||
# Total size: 86060112
|
||||
/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.4'
|
||||
version '3.3.6'
|
||||
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: '0b4b1604bb09687bd3c9caf543bdd18cd3b3c48e079337bcc1313c8728e6dc10',
|
||||
armv7l: '0b4b1604bb09687bd3c9caf543bdd18cd3b3c48e079337bcc1313c8728e6dc10',
|
||||
i686: '97b1e6068502a053f53b247ff1c576c776d6bde98d08a0d8c51e307916318bb4',
|
||||
x86_64: '0ee2312de7dc4a211ce5aa44000188dd872578b1261ccacfd2ef0913818f4483'
|
||||
aarch64: '379f3808f8750e31fb58a91e1639d9234c2ea55c7bfc264db1080bb114458a31',
|
||||
armv7l: '379f3808f8750e31fb58a91e1639d9234c2ea55c7bfc264db1080bb114458a31',
|
||||
i686: '089018fa2ed41a4b4fff4af73e0a71c4ff0667adfe48f7367284cf4f5e7cff18',
|
||||
x86_64: '29502e828ece688a7ad636fa19a70425c0842a481c26d4e1e8892155bcf6df69'
|
||||
})
|
||||
|
||||
depends_on 'glibc' => :executable
|
||||
|
||||
Reference in New Issue
Block a user