summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2020-08-09 13:23:33 +0200
committerJoffrey2020-08-09 13:23:33 +0200
commitc042e63687b96c8b5917070e08fde2f8e4d26a8e (patch)
treedae456adf92ff5323c74f197f758663fe08d5cc6
parent1583af9d33e1153beff2dddc3c7c4f559f8a3f00 (diff)
downloadaur-c042e63687b96c8b5917070e08fde2f8e4d26a8e.tar.gz
updpkg: 7.0.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df9e358e2ce0..51cb969b49fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seafile
pkgdesc = An online file storage and collaboration tool
- pkgver = 7.0.8
+ pkgver = 7.0.9
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-7.0.8.tar.gz::https://github.com/haiwen/seafile/archive/v7.0.8.tar.gz
+ source = seafile-7.0.9.tar.gz::https://github.com/haiwen/seafile/archive/v7.0.9.tar.gz
source = seaf-cli@.service
- sha256sums = dfbfc7f94ed3ca136a2032c74f345d135bf5f3e230eba0b0d871497bb4953c04
+ sha256sums = f127b735e5d4cbd7e692d52eda54113f1a4ca31bd8328fbccf01a5462bbba5e8
sha256sums = c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index 8f242c49ab42..0f2390c7fe28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=7.0.8
+pkgver=7.0.9
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=(
- 'dfbfc7f94ed3ca136a2032c74f345d135bf5f3e230eba0b0d871497bb4953c04'
+ 'f127b735e5d4cbd7e692d52eda54113f1a4ca31bd8328fbccf01a5462bbba5e8'
'c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba'
)
provides=('seafile-client-cli')