summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27918d339306..735cc0971e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaia-hub
pkgdesc = A decentralized high-performance storage system
- pkgver = 2.6.0
+ pkgver = 2.8.1
pkgrel = 1
url = https://github.com/blockstack/gaia
arch = any
@@ -12,7 +12,7 @@ pkgbase = gaia-hub
makedepends = ts-node
depends = nodejs
optdepends = nginx: utilize provided example configs
- source = gaia-hub::git+https://github.com/blockstack/gaia.git#tag=v2.6.0
+ source = gaia-hub::git+https://github.com/blockstack/gaia.git#tag=v2.8.1
source = config.json
source = service
source = sysusers
diff --git a/PKGBUILD b/PKGBUILD
index 62cd5ab4d167..20acb5a92e0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: Sefa Eyeoglu <contact@scrumplex.net>
+# Maintainer:
+# Contributor: Felix Golatofski <contact@xdfr.de>
+# Contributor: Sefa Eyeoglu <contact@scrumplex.net>
pkgname=gaia-hub
-pkgver=2.6.0
+pkgver=2.8.1
pkgrel=1
pkgdesc="A decentralized high-performance storage system"
arch=("any")
@@ -27,7 +29,6 @@ sha512sums=('SKIP'
'34c7aee63c3dc87f608019489441be0fc06299fc802d1b5d587f92f7d6c515daa384911458f7bef7db8c927e4c960052567e7b176e70e882a604776ff3b82257'
'3b77e638815acc2eebd9a0480d20100a0dfef9cecaeb12f4c45fa8624cd7d96c3ae6b5c5a741d656f47d7df9c019862a3a5dddb8e3e4ca47c22d34a16f669d18')
-
prepare() {
cd "$srcdir/$pkgname/hub"