summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b10c21cc9f5f..8563f350768d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 2 16:05:55 UTC 2017
+# Sat Sep 23 18:21:47 UTC 2017
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
- pkgver = 6.1.0
+ pkgver = 6.1.1
pkgrel = 1
url = https://github.com/haiwen/seafile
arch = i686
@@ -18,9 +18,9 @@ pkgbase = seafile
depends = python2
depends = sqlite
provides = seafile-client-cli
- source = seafile-6.1.0.tar.gz::https://github.com/haiwen/seafile/archive/v6.1.0.tar.gz
+ source = seafile-6.1.1.tar.gz::https://github.com/haiwen/seafile/archive/v6.1.1.tar.gz
source = libseafile.in.patch
- sha256sums = 06871c6b2ecf27c5c87329b5be03b5aba37cf7c6a4cc81867d3d8451c4ecfb0f
+ sha256sums = 9082a15aa095a8b795c24519e342740b7822c436b5c417a0536d5fa08496f196
sha256sums = a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index 2bb04ef927fc..5bd8fba025f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=6.1.0
+pkgver=6.1.1
pkgrel=1
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -13,7 +13,7 @@ depends=("ccnet" "fuse" "python2" "sqlite")
makedepends=("vala" "intltool")
source=("seafile-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"libseafile.in.patch")
-sha256sums=('06871c6b2ecf27c5c87329b5be03b5aba37cf7c6a4cc81867d3d8451c4ecfb0f'
+sha256sums=('9082a15aa095a8b795c24519e342740b7822c436b5c417a0536d5fa08496f196'
'a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076')
provides=('seafile-client-cli')