mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
'updater-aliyun_cli-3.2.5' (#14045)
* Add unbuilt aliyun_cli to updater-aliyun_cli-3.2.5 * updater-aliyun_cli-3.2.5: Package File Update Run on linux/386 container. * updater-aliyun_cli-3.2.5: Package File Update Run on linux/amd64 container. * updater-aliyun_cli-3.2.5: 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
a94e11f733
commit
6580842cec
@@ -1,2 +1,2 @@
|
||||
# Total size: 62601392
|
||||
# Total size: 62601456
|
||||
/usr/local/bin/aliyun
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Total size: 62773744
|
||||
# Total size: 62802480
|
||||
/usr/local/bin/aliyun
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Total size: 64075976
|
||||
# Total size: 64104712
|
||||
/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.2.4'
|
||||
version '3.2.5'
|
||||
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: '8a7813c34b62e2380d2e3187c175575363d01c3aca7a5883a4d09399f9df3b32',
|
||||
armv7l: '8a7813c34b62e2380d2e3187c175575363d01c3aca7a5883a4d09399f9df3b32',
|
||||
i686: 'c68cb651270fca10d1725e5ac2414f17202847e10cb726e07f9f409cb0f48269',
|
||||
x86_64: '3b291c82d6334cc68468fb1cf960d8ebff0c12c67534d46588894504116db4e0'
|
||||
aarch64: '9deed6d524099fe73b4793cc21fe0b035a6ddb66d442ae000e8b96127d61cc03',
|
||||
armv7l: '9deed6d524099fe73b4793cc21fe0b035a6ddb66d442ae000e8b96127d61cc03',
|
||||
i686: '6c0b17854b45fe932c5b019e2fea70d45eddbd9ae0c539c854b7b3e51390224c',
|
||||
x86_64: '4b9e3823e274757a88b505d60c08d1adcf1cf87232b475528cbf0aba332481de'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
Reference in New Issue
Block a user