summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c898831b56..39ca7509b2e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seafile
pkgdesc = An online file storage and collaboration tool
- pkgver = 8.0.2
+ pkgver = 8.0.3
pkgrel = 1
url = https://github.com/haiwen/seafile
arch = i686
@@ -18,10 +18,9 @@ pkgbase = seafile
depends = sqlite
provides = seafile-client-cli
conflicts = seafile-server
- source = seafile-8.0.2.tar.gz::https://github.com/haiwen/seafile/archive/v8.0.2.tar.gz
+ source = seafile-8.0.3.tar.gz::https://github.com/haiwen/seafile/archive/v8.0.3.tar.gz
source = seaf-cli@.service
- sha256sums = 131a2a1da95f06dbf08f5795801491b3604c5533599ca4ec1c35dc907813e9f4
+ sha256sums = 5f6b57ec1a38d290c729223d7f4a04cab9fe8c8f4c6817d617af1643510e752f
sha256sums = c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba
pkgname = seafile
-
diff --git a/PKGBUILD b/PKGBUILD
index 204bdc62f6a5..dc916b8c021d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=8.0.2
+pkgver=8.0.3
pkgrel=1
pkgdesc='An online file storage and collaboration tool'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -27,7 +27,7 @@ source=(
"seaf-cli@.service"
)
sha256sums=(
- '131a2a1da95f06dbf08f5795801491b3604c5533599ca4ec1c35dc907813e9f4'
+ '5f6b57ec1a38d290c729223d7f4a04cab9fe8c8f4c6817d617af1643510e752f'
'c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba'
)
provides=('seafile-client-cli')