summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Manna2015-09-14 11:45:36 -0700
committerKyle Manna2015-09-28 09:52:33 -0700
commit55688141e275efc8f5c36871d567612f1b9192a7 (patch)
treec932af0de3bdb53a70ce80e0dd98308f48f63a49 /PKGBUILD
parentdf919177f24e6cc8e1faaf10d565eaf82ea1de3d (diff)
downloadaur-55688141e275efc8f5c36871d567612f1b9192a7.tar.gz
PKGBUILD: Bump to v2.1.4
* Changelog @ https://github.com/Storj/dataserv-client/releases
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79e79bdf21b4..c1672cd24f98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=storj-dataserv-client
_pkgname=${pkgname/storj-/}
-pkgver=2.1.3
+pkgver=2.1.4
pkgrel=1
pkgdesc="Storj Client for storing and auditing data"
url="https://github.com/Storj/dataserv-client"
@@ -10,7 +10,7 @@ optdepends=()
license=('MIT')
arch=('any')
source=("https://github.com/Storj/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('6dbe26dbe321c67a7ba0df72234bb8180c7ff3c37a122240428e43ad88bcc58b')
+sha256sums=('d28dba786e3c18c2bcf3448b79f316ba51103029d9bf3927a342bb777f561691')
build() {
cd "$srcdir/$_pkgname-$pkgver"