summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d416e1087ec..1e1c68de967a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aliyun-cli-bin
pkgdesc = A tool to manage and use Alibaba Cloud resources through a command line interface
- pkgver = 3.0.171
+ pkgver = 3.0.174
pkgrel = 1
url = https://github.com/aliyun/aliyun-cli
arch = aarch64
@@ -8,14 +8,14 @@ pkgbase = aliyun-cli-bin
arch = x86_64
license = Apache
depends = glibc
- provides = aliyun-cli=3.0.171
+ provides = aliyun-cli=3.0.174
conflicts = aliyun
conflicts = aliyun-cli
- source_aarch64 = aliyun-cli-3.0.171-aarch64.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.171/aliyun-cli-linux-3.0.171-arm64.tgz
- sha256sums_aarch64 = 81e1a3e48d8a0f43bb6fb78064fbe8048a146e036145b1784476a380442d0200
- source_armv7h = aliyun-cli-3.0.171-armv7h.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.171/aliyun-cli-linux-3.0.171-arm64.tgz
- sha256sums_armv7h = 81e1a3e48d8a0f43bb6fb78064fbe8048a146e036145b1784476a380442d0200
- source_x86_64 = aliyun-cli-3.0.171-x86_64.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.171/aliyun-cli-linux-3.0.171-amd64.tgz
- sha256sums_x86_64 = ae9619bf4ebb5f3af3e2c51d80acd0d27e983456a1356abc45aa368de8643d8b
+ source_aarch64 = aliyun-cli-3.0.174-aarch64.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.174/aliyun-cli-linux-3.0.174-arm64.tgz
+ sha256sums_aarch64 = 7688210bba75aad8e7d69ab34184b0704ea79f12080ed3cc3bc21a4e4d085653
+ source_armv7h = aliyun-cli-3.0.174-armv7h.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.174/aliyun-cli-linux-3.0.174-arm64.tgz
+ sha256sums_armv7h = 7688210bba75aad8e7d69ab34184b0704ea79f12080ed3cc3bc21a4e4d085653
+ source_x86_64 = aliyun-cli-3.0.174-x86_64.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.174/aliyun-cli-linux-3.0.174-amd64.tgz
+ sha256sums_x86_64 = 0c51028a7a32fc02c8de855f73e273556f957115eb5624565738f9b9f83a50ba
pkgname = aliyun-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 31678b0512cb..e5fce17a062b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# CO-Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
# Maintainer: Trevor Facer <trevordf@protonmail.com>
pkgname=aliyun-cli-bin
-pkgver=3.0.171
+pkgver=3.0.174
pkgrel=1
pkgdesc="A tool to manage and use Alibaba Cloud resources through a command line interface"
url="https://github.com/aliyun/aliyun-cli"
@@ -13,9 +13,9 @@ depends=('glibc')
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-${pkgver}-arm64.tgz")
source_armv7h=("${pkgname%-bin}-${pkgver}-armv7h.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-${pkgver}-arm64.tgz")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux-${pkgver}-amd64.tgz")
-sha256sums_aarch64=('81e1a3e48d8a0f43bb6fb78064fbe8048a146e036145b1784476a380442d0200')
-sha256sums_armv7h=('81e1a3e48d8a0f43bb6fb78064fbe8048a146e036145b1784476a380442d0200')
-sha256sums_x86_64=('ae9619bf4ebb5f3af3e2c51d80acd0d27e983456a1356abc45aa368de8643d8b')
+sha256sums_aarch64=('7688210bba75aad8e7d69ab34184b0704ea79f12080ed3cc3bc21a4e4d085653')
+sha256sums_armv7h=('7688210bba75aad8e7d69ab34184b0704ea79f12080ed3cc3bc21a4e4d085653')
+sha256sums_x86_64=('0c51028a7a32fc02c8de855f73e273556f957115eb5624565738f9b9f83a50ba')
package() {
install -Dm 755 "${srcdir}/${pkgname%-cli-bin}" -t "${pkgdir}/usr/bin"
} \ No newline at end of file