summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2018-09-18 19:39:59 +0200
committereolianoe2018-09-18 19:39:59 +0200
commitea72e1f286944f151ad4967818d901f4de697fba (patch)
tree8633103a6c1dbc5290c84c8269c09244d0d52977
parent70e215766c1bea7d7dd27e82ea167523ddfa05ca (diff)
downloadaur-ea72e1f286944f151ad4967818d901f4de697fba.tar.gz
updpkg: 6.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5261c9a9046..1d2de1904d4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
- pkgver = 6.2.4
+ pkgver = 6.2.5
pkgrel = 1
url = https://github.com/haiwen/seafile
arch = i686
@@ -19,10 +19,10 @@ pkgbase = seafile
depends = sqlite
provides = seafile-client-cli
conflicts = seafile-server
- source = seafile-6.2.4.tar.gz::https://github.com/haiwen/seafile/archive/v6.2.4.tar.gz
+ source = seafile-6.2.5.tar.gz::https://github.com/haiwen/seafile/archive/v6.2.5.tar.gz
source = libseafile.in.patch
source = seaf-cli@.service
- sha256sums = 3972073608692de6c0b254a6d5fa711ac3697174be0a06d1930b3830e643f711
+ sha256sums = 0899981d43db96b465b3b945c160b62fc658556f90c8d426f6b8a4ea9edb2da8
sha256sums = a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076
sha256sums = c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba
diff --git a/PKGBUILD b/PKGBUILD
index 53f1ee15c310..1f754147de0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=6.2.4
+pkgver=6.2.5
pkgrel=1
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -16,7 +16,7 @@ conflicts=("seafile-server")
source=("seafile-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"libseafile.in.patch"
"seaf-cli@.service")
-sha256sums=('3972073608692de6c0b254a6d5fa711ac3697174be0a06d1930b3830e643f711'
+sha256sums=('0899981d43db96b465b3b945c160b62fc658556f90c8d426f6b8a4ea9edb2da8'
'a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076'
'c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba')
provides=('seafile-client-cli')