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 8563f350768d..b4b58ba5fb85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 23 18:21:47 UTC 2017
+# Wed Nov 1 15:55:03 UTC 2017
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
- pkgver = 6.1.1
+ pkgver = 6.1.2
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.1.tar.gz::https://github.com/haiwen/seafile/archive/v6.1.1.tar.gz
+ source = seafile-6.1.2.tar.gz::https://github.com/haiwen/seafile/archive/v6.1.2.tar.gz
source = libseafile.in.patch
- sha256sums = 9082a15aa095a8b795c24519e342740b7822c436b5c417a0536d5fa08496f196
+ sha256sums = 6f6096c5b1f0887a55c77eaefd2f742ca90a0e334cde9dbbb933ca5ba688261e
sha256sums = a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index 5bd8fba025f8..2953ab71a7cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=6.1.1
+pkgver=6.1.2
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=('9082a15aa095a8b795c24519e342740b7822c436b5c417a0536d5fa08496f196'
+sha256sums=('6f6096c5b1f0887a55c77eaefd2f742ca90a0e334cde9dbbb933ca5ba688261e'
'a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076')
provides=('seafile-client-cli')