summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2023-04-22 12:34:09 -0500
committerKyle Manna2023-04-22 12:34:09 -0500
commit51308a10308553954c19d3ba7d58b496d16f83bd (patch)
treeb5a54bce6159f8edb0d68f5622351d1c0a15517c /PKGBUILD
parentf7216f34dd7aef54a3fea7a54396e39b0abdbb7e (diff)
downloadaur-51308a10308553954c19d3ba7d58b496d16f83bd.tar.gz
release: backblaze-b2 v3.8.0
* Bump release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}