summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2021-03-13 13:49:11 +0800
committerAloxaf2021-03-13 13:49:11 +0800
commit10825d375960a69d28f58656e2d2de87fd151853 (patch)
treeafccb24571d2d5971c1e2bfebf53051afbfd9f17
parent709f49a3e662f6cb52e7f0c2304a6d180190e4ea (diff)
downloadaur-10825d375960a69d28f58656e2d2de87fd151853.tar.gz
Bump version to 2.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95064bd265fb..71c81f6e98fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = qiniu-qshell-bin
pkgdesc = CLI tool for Qiniu
- pkgver = 2.4.2
+ pkgver = 2.4.3
pkgrel = 1
url = https://github.com/qiniu/qshell
arch = x86_64
license = MIT
provides = qshell
- source = http://devtools.qiniu.com/qshell-linux-x64-v2.4.2.zip
- sha256sums = aaa50ddd5a9c62d810a5463341c7053dafc8ee90511b472450b089a5f70a7a62
+ source = https://github.com/qiniu/qshell/releases/download/v2.4.3/qshell-v2.4.3-linux-amd64.tar.gz
+ sha256sums = 7f00c128a40785b08c6715005882cd85f49f9e133354c3b6caf4724fcc35a6b3
pkgname = qiniu-qshell-bin
diff --git a/PKGBUILD b/PKGBUILD
index 42e713f7334a..f4b084573ce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: ccat3z <c0ldcat3z@gmail.com>
pkgname=qiniu-qshell-bin
-pkgver=2.4.2
+pkgver=2.4.3
pkgrel=1
pkgdesc="CLI tool for Qiniu"
arch=('x86_64')
url="https://github.com/qiniu/qshell"
license=('MIT')
provides=('qshell')
-source=("http://devtools.qiniu.com/qshell-linux-x64-v${pkgver}.zip")
-sha256sums=(aaa50ddd5a9c62d810a5463341c7053dafc8ee90511b472450b089a5f70a7a62)
+source=("https://github.com/qiniu/qshell/releases/download/v${pkgver}/qshell-v${pkgver}-linux-amd64.tar.gz")
+sha256sums=(7f00c128a40785b08c6715005882cd85f49f9e133354c3b6caf4724fcc35a6b3)
package() {
- install -Dm755 "${srcdir}/qshell-linux-x64-v$pkgver" "${pkgdir}/usr/bin/qshell"
+ install -Dm755 "${srcdir}/qshell" "${pkgdir}/usr/bin/qshell"
}