summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2022-10-29 22:25:22 +0800
committerAloxaf2022-10-29 22:25:22 +0800
commita1f9664524f6e29edf52c0742e54c18a99e66ec3 (patch)
tree0e89c92e2dd3fc3d6ca917675ecc0a6615c97cb6
parent5e0ef3910513dfac768893aa9b8250ac06144994 (diff)
downloadaur-a1f9664524f6e29edf52c0742e54c18a99e66ec3.tar.gz
Bump version to 2.9.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fd2564ac9d5..44738ad84dfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = qiniu-qshell-bin
pkgdesc = CLI tool for Qiniu
- pkgver = 2.6.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://github.com/qiniu/qshell
arch = x86_64
license = MIT
provides = qshell
- source = https://github.com/qiniu/qshell/releases/download/v2.6.0/qshell-v2.6.0-linux-amd64.tar.gz
- sha256sums = 6a9a71c9fbb5ab8bf46d7ed426f4b8fbd02231fb2981a7946267e216da2dbac1
+ source = https://github.com/qiniu/qshell/releases/download/v2.9.0/qshell-v2.9.0-linux-amd64.tar.gz
+ sha256sums = d09e8223e449dec179076f48610e04e8885df59f785085bb23c47223ea3bbf40
pkgname = qiniu-qshell-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 028814cffc74..4bb976a6800f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ccat3z <c0ldcat3z@gmail.com>
pkgname=qiniu-qshell-bin
-pkgver=2.6.0
+pkgver=2.9.0
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=("https://github.com/qiniu/qshell/releases/download/v${pkgver}/qshell-v${pkgver}-linux-amd64.tar.gz")
-sha256sums=(6a9a71c9fbb5ab8bf46d7ed426f4b8fbd02231fb2981a7946267e216da2dbac1)
+sha256sums=('d09e8223e449dec179076f48610e04e8885df59f785085bb23c47223ea3bbf40')
package() {
install -Dm755 "${srcdir}/qshell" "${pkgdir}/usr/bin/qshell"