mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Aliyun_cli 3.2.2 => 3.2.4 (#14000)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Total size: 62535856
|
||||
# Total size: 62601392
|
||||
/usr/local/bin/aliyun
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Total size: 62724592
|
||||
# Total size: 62773744
|
||||
/usr/local/bin/aliyun
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Total size: 64018632
|
||||
# Total size: 64075976
|
||||
/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.2'
|
||||
version '3.2.4'
|
||||
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: 'd6f9002773b46dbf20cd6eb549b5cb1b326ce3022abc1a092148c1033e446f66',
|
||||
armv7l: 'd6f9002773b46dbf20cd6eb549b5cb1b326ce3022abc1a092148c1033e446f66',
|
||||
i686: '99fa0243b1bc194fb3eb39aa32e88233d6bdb6314ee9ae89244bc3dd03635cfa',
|
||||
x86_64: '99c8931d3e521a740a21e8df19a48190ed10494997790125898e428a6b0e4a31'
|
||||
aarch64: '8a7813c34b62e2380d2e3187c175575363d01c3aca7a5883a4d09399f9df3b32',
|
||||
armv7l: '8a7813c34b62e2380d2e3187c175575363d01c3aca7a5883a4d09399f9df3b32',
|
||||
i686: 'c68cb651270fca10d1725e5ac2414f17202847e10cb726e07f9f409cb0f48269',
|
||||
x86_64: '3b291c82d6334cc68468fb1cf960d8ebff0c12c67534d46588894504116db4e0'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
2
tests/package/a/aliyun_cli
Executable file
2
tests/package/a/aliyun_cli
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
aliyun version
|
||||
@@ -1,6 +1,7 @@
|
||||
acl
|
||||
acpi
|
||||
acpica
|
||||
aliyun_cli
|
||||
alsa_lib
|
||||
alsa_plugins
|
||||
alsa_utils
|
||||
|
||||
Reference in New Issue
Block a user