summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2023-04-22 12:34:09 -0500
committerKyle Manna2023-04-22 12:34:09 -0500
commit51308a10308553954c19d3ba7d58b496d16f83bd (patch)
treeb5a54bce6159f8edb0d68f5622351d1c0a15517c
parentf7216f34dd7aef54a3fea7a54396e39b0abdbb7e (diff)
downloadaur-51308a10308553954c19d3ba7d58b496d16f83bd.tar.gz
release: backblaze-b2 v3.8.0
* Bump release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f710dd0d84e..b4c900f008b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
- pkgver = 3.7.1
- pkgrel = 2
+ pkgver = 3.8.0
+ pkgrel = 1
url = https://github.com/Backblaze/B2_Command_Line_Tool
arch = any
license = MIT
@@ -17,7 +17,7 @@ pkgbase = backblaze-b2
depends = python-class-registry>=4.0.5
depends = python-rst2ansi=0.1.5
depends = python-tabulate>=0.8.10
- source = https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.7.1/b2-3.7.1.tar.gz
- sha256sums = 68b10511447576c3286159f5fe66ee180dddb4547dcb4a423fa964454720019f
+ source = https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.8.0/b2-3.8.0.tar.gz
+ sha256sums = c590f89438307b80d136f15889b34b03b09eaa65be0e1b1846492286ed57de45
pkgname = backblaze-b2
diff --git a/PKGBUILD b/PKGBUILD
index c7e4603beb9d..9932aafe56a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=backblaze-b2
_pkgname=b2
-pkgver=3.7.1
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
pkgdesc='Backblaze B2 Command Line Client'
url='https://github.com/Backblaze/B2_Command_Line_Tool'
depends=('python'
@@ -26,7 +26,7 @@ license=('MIT')
arch=('any')
source=("https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('68b10511447576c3286159f5fe66ee180dddb4547dcb4a423fa964454720019f')
+sha256sums=('c590f89438307b80d136f15889b34b03b09eaa65be0e1b1846492286ed57de45')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}