summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McNally2016-04-05 21:49:25 -0400
committerKyle McNally2016-04-05 21:49:25 -0400
commit34e6f88fc5fa277e8075f96a0aa4a620ecc5d071 (patch)
treec46031bd3c6064661ab6934352c6e8c6e5721c21
parentb15a62aa55a5fdf147864b2c1e8951ea25759f71 (diff)
downloadaur-34e6f88fc5fa277e8075f96a0aa4a620ecc5d071.tar.gz
upstream update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 737b3673cf4d..864f0c2755e9 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.9.65
+ pkgver = 0.9.66
pkgrel = 1
url = https://www.greyhole.net/
install = greyhole.install
@@ -13,9 +13,9 @@ pkgbase = greyhole
depends = lsof
depends = sysstat
backup = etc/greyhole.conf
- source = https://greyhole.net/releases/greyhole-0.9.65.tar.gz
+ source = https://greyhole.net/releases/greyhole-0.9.66.tar.gz
source = greyhole.service
- md5sums = fb227f9849e705ed9dbd2ce8407a2859
+ md5sums = 3fb10cb42e75bcd37f80bc8c90a498b8
md5sums = 667531c2298d018f8487bfbb58f0a94d
pkgname = greyhole
diff --git a/PKGBUILD b/PKGBUILD
index 802e1ab02eb1..1d560c71d107 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Christopher Krooß <didi2002@web.de>
pkgname=greyhole
-pkgver=0.9.65
+pkgver=0.9.66
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,7 +14,7 @@ backup=('etc/greyhole.conf')
install='greyhole.install'
source=("https://greyhole.net/releases/$pkgname-$pkgver.tar.gz"
"greyhole.service")
-md5sums=('fb227f9849e705ed9dbd2ce8407a2859'
+md5sums=('3fb10cb42e75bcd37f80bc8c90a498b8'
'667531c2298d018f8487bfbb58f0a94d')
package() {