summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2022-03-19 22:53:29 -0500
committerKyle Manna2022-03-19 22:53:29 -0500
commit905b8cbcd071f204105639bcbd1e5ba4d1c602dc (patch)
tree4da59d273edf2bf5734e83ee6e0c1aa414a74787
parent5da5b0e1d91b0937b9f296948a5734a7a09d96b8 (diff)
downloadaur-905b8cbcd071f204105639bcbd1e5ba4d1c602dc.tar.gz
release: backblaze-b2 v3.2.1
* Bump release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0738db45b12f..56234e8a0645 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
- pkgver = 3.1.0
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/Backblaze/B2_Command_Line_Tool
arch = any
@@ -15,7 +15,7 @@ pkgbase = backblaze-b2
depends = python-docutils>=0.16
depends = python-class-registry=3.0.5
depends = python-rst2ansi=0.1.5
- source = https://files.pythonhosted.org/packages/source/b/b2/b2-3.1.0.tar.gz
- sha256sums = 411232733599a7553bd146e842e84b15530712aead26d71ff68b81fec754d62b
+ source = https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.2.1/b2-3.2.1.tar.gz
+ sha256sums = 351bf1c26b6147edce4245d09fc0b608b10d3665cf4358bd3ebdb40318b6e562
pkgname = backblaze-b2
diff --git a/PKGBUILD b/PKGBUILD
index c27d11c6d3b9..cf3b7d188492 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=backblaze-b2
_pkgname=b2
-pkgver=3.1.0
+pkgver=3.2.1
pkgrel=1
pkgdesc='Backblaze B2 Command Line Client'
url='https://github.com/Backblaze/B2_Command_Line_Tool'
@@ -23,8 +23,8 @@ makedepends=('python-pip'
license=('MIT')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('411232733599a7553bd146e842e84b15530712aead26d71ff68b81fec754d62b')
+source=("https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('351bf1c26b6147edce4245d09fc0b608b10d3665cf4358bd3ebdb40318b6e562')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}