summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2023-03-30 11:03:41 +0800
committerAloxaf2023-03-30 11:03:41 +0800
commitc79877221079f0d7859af03c5957850cb53ddfbb (patch)
tree987307b5a6099a61195f11529c58aa5438063ec1
parenta1f9664524f6e29edf52c0742e54c18a99e66ec3 (diff)
downloadaur-c79877221079f0d7859af03c5957850cb53ddfbb.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44738ad84dfe..f64964240db2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = qiniu-qshell-bin
pkgdesc = CLI tool for Qiniu
- pkgver = 2.9.0
+ pkgver = 2.10.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.9.0/qshell-v2.9.0-linux-amd64.tar.gz
- sha256sums = d09e8223e449dec179076f48610e04e8885df59f785085bb23c47223ea3bbf40
+ source = https://github.com/qiniu/qshell/releases/download/v2.10.0/qshell-v2.10.0-linux-amd64.tar.gz
+ sha256sums = ae9b14dae50ab7944f7ed624f979ce032643239d1ee31b35477502ea09b57fa9
pkgname = qiniu-qshell-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4bb976a6800f..d133dcad0635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ccat3z <c0ldcat3z@gmail.com>
pkgname=qiniu-qshell-bin
-pkgver=2.9.0
+pkgver=2.10.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=('d09e8223e449dec179076f48610e04e8885df59f785085bb23c47223ea3bbf40')
+sha256sums=('ae9b14dae50ab7944f7ed624f979ce032643239d1ee31b35477502ea09b57fa9')
package() {
install -Dm755 "${srcdir}/qshell" "${pkgdir}/usr/bin/qshell"