Aliyun_cli 3.0.284 => 3.0.307 (#13160)

This commit is contained in:
Ed Reel
2025-10-17 17:08:04 -05:00
committed by GitHub
parent fc08f3c26c
commit 87203e18f8
4 changed files with 9 additions and 9 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 55680680
# Total size: 57271440
/usr/local/bin/aliyun

View File

@@ -1,2 +1,2 @@
# Total size: 55790928
# Total size: 57369616
/usr/local/bin/aliyun

View File

@@ -1,2 +1,2 @@
# Total size: 56834056
# Total size: 58432808
/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.0.284'
version '3.0.307'
license 'Apache-2.0'
compatibility 'all'
source_url 'https://github.com/aliyun/aliyun-cli.git'
@@ -11,14 +11,14 @@ class Aliyun_cli < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'a726a92f31f664651d9c1825233b982ad2c6101f2fc0c6919551cd146b9a4f9f',
armv7l: 'a726a92f31f664651d9c1825233b982ad2c6101f2fc0c6919551cd146b9a4f9f',
i686: 'b49ad1682730316ae9ea6372e223e9ec956625647fddf7a98b69d11fc94117f1',
x86_64: '0a38c742a241d689fa932b78fd3b1f43e64a13386089ef43ce38a163c0112ca7'
aarch64: '3c35528808fb887b6bf47fba72d4f940f67f62c76f0be2cecb1c1754e5c47f4e',
armv7l: '3c35528808fb887b6bf47fba72d4f940f67f62c76f0be2cecb1c1754e5c47f4e',
i686: '4570278a3f9a44a73de1f67c1d47c9531806665730f6f80a0da439a611e904f9',
x86_64: '209b485c8d0261dcef605e02b27c346e147613f7a1f5ae5fc7cf7a23772a95dc'
})
depends_on 'go' => :build
depends_on 'glibc' # R
depends_on 'go' => :build
def self.build
system 'make'