summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burrett2017-07-10 21:01:45 +0100
committerNick Burrett2017-07-10 21:01:45 +0100
commit504160a9b7ee754ea9f4283107fdf9ec37753f56 (patch)
tree9ea4aaf37ef68a385313938809203e5de174d7e8
parente508cb0b909295272c165de6efbe4d192e6175c4 (diff)
downloadaur-504160a9b7ee754ea9f4283107fdf9ec37753f56.tar.gz
Version 3.11.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71648dcc19cf..ac714ba9e82c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 12 15:38:24 UTC 2017
+# Mon Jul 10 20:01:21 UTC 2017
pkgbase = lizardfs
pkgdesc = LizardFS is a highly reliable, scalable and efficient distributed file system. It spreads data over a number of physical servers, making it visible to an end user as a single file system.
- pkgver = 3.11.0
+ pkgver = 3.11.2
pkgrel = 1
url = http://lizardfs.com
install = lizardfs.install
@@ -16,9 +16,9 @@ pkgbase = lizardfs
depends = python2
depends = bash
depends = cmake
- source = http://github.com/lizardfs/lizardfs/archive/v3.11.0.tar.gz
+ source = http://github.com/lizardfs/lizardfs/archive/v3.11.2.tar.gz
source = cmath.patch
- sha256sums = f2b73a56b8900066468ea9feb002a338dcce6c3d41bc4140e898f6e659854919
+ sha256sums = e3a8414f3daab948d40bcd356b54e145b4ea88667189ef7828e7d39785136bf4
sha256sums = fd9e8e3e0bfbb3d1befb3a6136d9257dcebb60cd49012051773e35b355ce0d5c
pkgname = lizardfs
diff --git a/PKGBUILD b/PKGBUILD
index c4a6f98a03f3..54f29cf24b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Burrett <nick@sqrt.co.uk>
# lizardfs is a fork of moosefs and as such is a replacement for it.
pkgname=lizardfs
-pkgver=3.11.0
+pkgver=3.11.2
pkgrel=1
pkgdesc='LizardFS is a highly reliable, scalable and efficient distributed file system. It spreads data over a number of physical servers, making it visible to an end user as a single file system.'
url='http://lizardfs.com'
@@ -12,7 +12,7 @@ depends=('asciidoc' 'boost' 'zlib' 'fuse' 'python2' 'bash' 'cmake')
install="$pkgname.install"
source=("http://github.com/lizardfs/lizardfs/archive/v${pkgver}.tar.gz"
"cmath.patch")
-sha256sums=('f2b73a56b8900066468ea9feb002a338dcce6c3d41bc4140e898f6e659854919'
+sha256sums=('e3a8414f3daab948d40bcd356b54e145b4ea88667189ef7828e7d39785136bf4'
'fd9e8e3e0bfbb3d1befb3a6136d9257dcebb60cd49012051773e35b355ce0d5c')
prepare() {