summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2023-04-14 18:11:23 +0200
committerJoffrey2023-04-14 18:11:46 +0200
commit09e3ec2159ae4f0e2899e810d80330f8011260e1 (patch)
tree10e6c861061dd8f17e307482c1d9d719713021a3
parent54a8a78df088ee5e6a8b7ce3ea566fbcefd36b48 (diff)
downloadaur-09e3ec2159ae4f0e2899e810d80330f8011260e1.tar.gz
updpkg: 9.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b86b6ea09bed..7a0029bddbb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = seafile
pkgdesc = An online file storage and collaboration tool
- pkgver = 8.0.10
+ pkgver = 9.0.1
pkgrel = 1
url = https://github.com/haiwen/seafile
arch = i686
@@ -19,9 +19,9 @@ pkgbase = seafile
depends = sqlite
provides = seafile-client-cli
conflicts = seafile-server
- source = seafile-8.0.10.tar.gz::https://github.com/haiwen/seafile/archive/v8.0.10.tar.gz
+ source = seafile-9.0.1.tar.gz::https://github.com/haiwen/seafile/archive/v9.0.1.tar.gz
source = seaf-cli@.service
- sha256sums = bcfa6576a272486cf30b7fa2207992b01b071bcc5744f0923a0d924c0257b8a5
+ sha256sums = 645b2ff30d528ac20377a7f5fb7178fa583de20c797fa840faf3f7f169faffac
sha256sums = c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index e4d2a153124a..7a5b4de75aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=8.0.10
+pkgver=9.0.1
pkgrel=1
pkgdesc='An online file storage and collaboration tool'
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
@@ -28,7 +28,7 @@ source=(
"seaf-cli@.service"
)
sha256sums=(
- 'bcfa6576a272486cf30b7fa2207992b01b071bcc5744f0923a0d924c0257b8a5'
+ '645b2ff30d528ac20377a7f5fb7178fa583de20c797fa840faf3f7f169faffac'
'c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba'
)
provides=('seafile-client-cli')