summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSparticuz2017-06-21 13:32:33 -0400
committerSparticuz2017-06-21 13:32:33 -0400
commit665ff1be26ee68a4afb9cc810893fdad5f579267 (patch)
tree025564ecca316f431ffca484a535e1970dd5739f
parentc40ad46b26131f3e812f04c0e4d6efa5e1ed927c (diff)
downloadaur-665ff1be26ee68a4afb9cc810893fdad5f579267.tar.gz
0.10.8 Release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a89c221dcbd7..6eb1a04d713c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = greyhole
pkgdesc = Application that uses Samba to create a storage pool of all your available hard drives and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.
- pkgver = 0.10.6
+ pkgver = 0.10.8
pkgrel = 1
url = https://www.greyhole.net/
install = greyhole.install
@@ -13,10 +13,10 @@ pkgbase = greyhole
depends = lsof
depends = sysstat
backup = etc/greyhole.conf
- source = https://greyhole.net/releases/greyhole-0.10.6.tar.gz
+ source = https://greyhole.net/releases/greyhole-0.10.8.tar.gz
source = greyhole.service
- sha256sums = 70620C8CE42B73E682D4C83959C499E29E3A40884DF7783DD4FFC91E4EC48A28
- sha256sums = f09cc153424934f2e7e0d8b66cdb47bd5f331640388202917533115d53962ef9
+ sha256sums = 903B33269036662A5A432241C073AD2822878026FF4EEC6B6CE77F6300AC51F9
+ sha256sums = 5d3f50f35480258175595fca94edefe967b7727198c8e08c20b4ae897b93f296
pkgname = greyhole
diff --git a/PKGBUILD b/PKGBUILD
index c0b0cd3ce146..570a8bcb7337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Christopher Krooß <didi2002@web.de>
pkgname=greyhole
-pkgver=0.10.6
+pkgver=0.10.8
pkgrel=1
pkgdesc='Application that uses Samba to create a storage pool of all your available hard drives and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.'
arch=('x86_64')
@@ -14,8 +14,8 @@ backup=('etc/greyhole.conf')
install='greyhole.install'
source=("https://greyhole.net/releases/$pkgname-$pkgver.tar.gz"
"greyhole.service")
-sha256sums=('70620C8CE42B73E682D4C83959C499E29E3A40884DF7783DD4FFC91E4EC48A28'
- 'f09cc153424934f2e7e0d8b66cdb47bd5f331640388202917533115d53962ef9')
+sha256sums=('903B33269036662A5A432241C073AD2822878026FF4EEC6B6CE77F6300AC51F9'
+ '5d3f50f35480258175595fca94edefe967b7727198c8e08c20b4ae897b93f296')
package() {
cd "$pkgname-$pkgver"