summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2022-03-08 21:41:53 +0100
committerJoffrey2022-03-08 21:41:53 +0100
commit07ce36bf1b9d9827d8a8b7d9667aa6d2332bf170 (patch)
tree24e45a3b59a69cd34d3900fc317204328d23b03e
parent6022847b2a69e4b25c11792e521a3716a9236970 (diff)
downloadaur-07ce36bf1b9d9827d8a8b7d9667aa6d2332bf170.tar.gz
updpkg: 8.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6453edbed2e6..1582539d5a2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seafile
pkgdesc = An online file storage and collaboration tool
- pkgver = 8.0.5
+ pkgver = 8.0.6
pkgrel = 1
url = https://github.com/haiwen/seafile
arch = i686
@@ -18,9 +18,9 @@ pkgbase = seafile
depends = sqlite
provides = seafile-client-cli
conflicts = seafile-server
- source = seafile-8.0.5.tar.gz::https://github.com/haiwen/seafile/archive/v8.0.5.tar.gz
+ source = seafile-8.0.6.tar.gz::https://github.com/haiwen/seafile/archive/v8.0.6.tar.gz
source = seaf-cli@.service
- sha256sums = a88bdc42b1f00e51ce076319f976796c3c41fa8cd15f3034637c14f16e77cb19
+ sha256sums = 9ca1fc82de1c7e50b4a8a5228fce19c943fb0ae8b66d39c176fd0d97c75c5627
sha256sums = c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index 2af01d199223..5179624d04c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=8.0.5
+pkgver=8.0.6
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=(
- 'a88bdc42b1f00e51ce076319f976796c3c41fa8cd15f3034637c14f16e77cb19'
+ '9ca1fc82de1c7e50b4a8a5228fce19c943fb0ae8b66d39c176fd0d97c75c5627'
'c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba'
)
provides=('seafile-client-cli')