summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2016-10-10 18:36:29 -0700
committerKyle Manna2016-10-10 18:36:29 -0700
commit129c6bba49d031832bbd9e38b57cdfdf0f5499d6 (patch)
tree180a02a7198cf2646e1cb3efd78ed1462b89672f
parent61eb5ebbc12c6b6a0f8404c0532793c2891d9ecf (diff)
downloadaur-129c6bba49d031832bbd9e38b57cdfdf0f5499d6.tar.gz
release: backblaze-b2 v0.6.6-1
* Follow upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1dd260c96e5..f069ed265d8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 5 18:01:57 UTC 2016
+# Tue Oct 11 01:36:10 UTC 2016
pkgbase = backblaze-b2
pkgdesc = Backblaze B2 Command Line Client
- pkgver = 0.6.2
+ pkgver = 0.6.6
pkgrel = 1
url = https://www.backblaze.com/b2/cloud-storage.html
arch = any
@@ -12,8 +12,8 @@ pkgbase = backblaze-b2
depends = python2-portalocker
depends = python2-requests
depends = python2-tqdm>=4.5.0
- source = https://github.com/Backblaze/B2_Command_Line_Tool/archive/v0.6.2.tar.gz
- sha512sums = 6d1e287ccdfdc4105daef7ef702d462202905e9b787ca5c1a165590789c3145a0aec155c3bc3292295801dbdd7bb2b60472b71c2e402ff571a3a558db0828119
+ source = https://github.com/Backblaze/B2_Command_Line_Tool/archive/v0.6.6.tar.gz
+ sha512sums = e16c32933c7c6912797d38cba784792dc98a723b6f2667703f436fefc451cbaa4d4a653d496365987ea9a86d37950d77701db2d160a82d63793e00c2ba9ab0eb
pkgname = backblaze-b2
diff --git a/PKGBUILD b/PKGBUILD
index e79daca71a8a..9887b3d932fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=backblaze-b2
-pkgver=0.6.2
+pkgver=0.6.6
pkgrel=1
pkgdesc="Backblaze B2 Command Line Client"
url="https://www.backblaze.com/b2/cloud-storage.html"
@@ -17,7 +17,7 @@ arch=('any')
# Need a better source URL at some point
source=("https://github.com/Backblaze/B2_Command_Line_Tool/archive/v${pkgver}.tar.gz")
-sha512sums=('6d1e287ccdfdc4105daef7ef702d462202905e9b787ca5c1a165590789c3145a0aec155c3bc3292295801dbdd7bb2b60472b71c2e402ff571a3a558db0828119')
+sha512sums=('e16c32933c7c6912797d38cba784792dc98a723b6f2667703f436fefc451cbaa4d4a653d496365987ea9a86d37950d77701db2d160a82d63793e00c2ba9ab0eb')
build() {
cd ${srcdir}/B2_Command_Line_Tool-${pkgver}