summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-07-21 09:46:32 +0800
committerzxp198210052023-07-21 09:46:32 +0800
commit2f6ea7b20411c0978b21e8c348cafedaf6493370 (patch)
treec0b04b8a507695d2e9f726178ba37c1e59c0cb1b
parent72c1c9e95b6e330a5b8ce9fc15d1a8e86004f06e (diff)
downloadaur-2f6ea7b20411c0978b21e8c348cafedaf6493370.tar.gz
update to 3.0.170
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6fc9fb2ffe2..f9ea3f93eccf 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.169
+ pkgver = 3.0.170
pkgrel = 1
url = https://github.com/aliyun/aliyun-cli
arch = aarch64
@@ -10,11 +10,11 @@ pkgbase = aliyun-cli-bin
depends = glibc
provides = aliyun-cli
conflicts = aliyun
- source_aarch64 = aliyun-cli-3.0.169-aarch64.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.169/aliyun-cli-linux-3.0.169-arm64.tgz
- sha256sums_aarch64 = eada5124a99da7554f125c1913d43b06de4a280a395d98303ee441b360da7c17
- source_armv7h = aliyun-cli-3.0.169-armv7h.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.169/aliyun-cli-linux-3.0.169-arm64.tgz
- sha256sums_armv7h = eada5124a99da7554f125c1913d43b06de4a280a395d98303ee441b360da7c17
- source_x86_64 = aliyun-cli-3.0.169-x86_64.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.169/aliyun-cli-linux-3.0.169-amd64.tgz
- sha256sums_x86_64 = 348debdea1de14534dba9fc354feff252341410427bef5935876a200cdbcd5fa
+ source_aarch64 = aliyun-cli-3.0.170-aarch64.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.170/aliyun-cli-linux-3.0.170-arm64.tgz
+ sha256sums_aarch64 = 4abbab1029c695269e579871b90a2daf83386a112c67cd6e70b08f05e84d6d23
+ source_armv7h = aliyun-cli-3.0.170-armv7h.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.170/aliyun-cli-linux-3.0.170-arm64.tgz
+ sha256sums_armv7h = 4abbab1029c695269e579871b90a2daf83386a112c67cd6e70b08f05e84d6d23
+ source_x86_64 = aliyun-cli-3.0.170-x86_64.tar.gz::https://github.com/aliyun/aliyun-cli/releases/download/v3.0.170/aliyun-cli-linux-3.0.170-amd64.tgz
+ sha256sums_x86_64 = 2d47595d840c7f2872c508810f18680eff80e40d85ca9647bd041b4176ade0cd
pkgname = aliyun-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index a07c88323a20..7acd40e87d8a 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.169
+pkgver=3.0.170
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 @@ arch=('aarch64' 'armv7h' 'x86_64')
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=('eada5124a99da7554f125c1913d43b06de4a280a395d98303ee441b360da7c17')
-sha256sums_armv7h=('eada5124a99da7554f125c1913d43b06de4a280a395d98303ee441b360da7c17')
-sha256sums_x86_64=('348debdea1de14534dba9fc354feff252341410427bef5935876a200cdbcd5fa')
+sha256sums_aarch64=('4abbab1029c695269e579871b90a2daf83386a112c67cd6e70b08f05e84d6d23')
+sha256sums_armv7h=('4abbab1029c695269e579871b90a2daf83386a112c67cd6e70b08f05e84d6d23')
+sha256sums_x86_64=('2d47595d840c7f2872c508810f18680eff80e40d85ca9647bd041b4176ade0cd')
package() {
install -Dm 755 "${srcdir}/${pkgname%-cli-bin}" -t "${pkgdir}/usr/bin"