summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2023-10-05 12:32:04 -0500
committerKyle Manna2023-10-05 12:32:04 -0500
commit9a979e06483fb3f993639e2c56c9fdc828bf50f0 (patch)
tree7c11b826a2f290925163907b69ac0953cfe9e392
parent57ec05f92824cfaef14dcc9fb08521de814b89bc (diff)
downloadaur-backblaze-b2.tar.gz
release: backblaze-b2 v3.11.0
* Bump release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04f64c2ab7e..d21c36cdf4fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
- pkgver = 3.10.1
+ pkgver = 3.11.0
pkgrel = 1
url = https://github.com/Backblaze/B2_Command_Line_Tool
arch = any
@@ -18,7 +18,7 @@ pkgbase = backblaze-b2
depends = python-rst2ansi=0.1.5
depends = python-tabulate>=0.8.10
depends = python-argcomplete>=2
- source = https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.10.1/b2-3.10.1.tar.gz
- sha256sums = 48cf8270641e35a50e9fb06d98c7b64db0d45d7df3550e9549eb1dbc3cbc2b31
+ source = https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.11.0/b2-3.11.0.tar.gz
+ sha256sums = 295a1cddf1fa809a4a53545ad9f19694c8458769d7e5e839194f3e8de46c2b9d
pkgname = backblaze-b2
diff --git a/PKGBUILD b/PKGBUILD
index 19957f2f5f83..e9add73b8a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=backblaze-b2
_pkgname=b2
-pkgver=3.10.1
+pkgver=3.11.0
pkgrel=1
pkgdesc='Backblaze B2 Command Line Client'
url='https://github.com/Backblaze/B2_Command_Line_Tool'
@@ -27,7 +27,7 @@ license=('MIT')
arch=('any')
source=("https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('48cf8270641e35a50e9fb06d98c7b64db0d45d7df3550e9549eb1dbc3cbc2b31')
+sha256sums=('295a1cddf1fa809a4a53545ad9f19694c8458769d7e5e839194f3e8de46c2b9d')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}