summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2020-07-31 09:52:26 +0800
committerAloxaf2020-07-31 09:52:26 +0800
commit709f49a3e662f6cb52e7f0c2304a6d180190e4ea (patch)
tree1b142c42bbbd4df545ba981db7abb55bed5b8fdc
parent7b1378d00944f561a5d70da16c3f2f3925928f6f (diff)
downloadaur-709f49a3e662f6cb52e7f0c2304a6d180190e4ea.tar.gz
Update to 2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9db753be60e2..95064bd265fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = qiniu-qshell-bin
pkgdesc = CLI tool for Qiniu
- pkgver = 2.4.0
+ pkgver = 2.4.2
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.0.zip
- sha256sums = c18944ae5a7217a6d0d9b96be2dcf5fda628670be694f1273f5e7b7c2bd2f3e9
+ source = http://devtools.qiniu.com/qshell-linux-x64-v2.4.2.zip
+ sha256sums = aaa50ddd5a9c62d810a5463341c7053dafc8ee90511b472450b089a5f70a7a62
pkgname = qiniu-qshell-bin
diff --git a/PKGBUILD b/PKGBUILD
index 92161c04a6a3..42e713f7334a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ccat3z <c0ldcat3z@gmail.com>
pkgname=qiniu-qshell-bin
-pkgver=2.4.0
+pkgver=2.4.2
pkgrel=1
pkgdesc="CLI tool for Qiniu"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/qiniu/qshell"
license=('MIT')
provides=('qshell')
source=("http://devtools.qiniu.com/qshell-linux-x64-v${pkgver}.zip")
-sha256sums=(c18944ae5a7217a6d0d9b96be2dcf5fda628670be694f1273f5e7b7c2bd2f3e9)
+sha256sums=(aaa50ddd5a9c62d810a5463341c7053dafc8ee90511b472450b089a5f70a7a62)
package() {
install -Dm755 "${srcdir}/qshell-linux-x64-v$pkgver" "${pkgdir}/usr/bin/qshell"