summaryrefslogtreecommitdiffstats
path: root/network/seafile
diff options
context:
space:
mode:
author Matteo Bernardini2021-10-02 21:17:23 +0200
committer Willy Sudiarto Raharjo2021-10-09 08:10:51 +0200
commitad30332c6e171e9ca3bdcf2e01b992178d17ceb1 (patch)
treedf481ba5aee19478432373b4621ae36106b409af /network/seafile
parent2dacd23e8b60d0b93c66f0a3dd3e80f2488bf560 (diff)
downloadslackbuilds-ad30332c6e171e9ca3bdcf2e01b992178d17ceb1.tar.gz
network/seafile: Updated for version 8.0.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/seafile')
-rw-r--r--network/seafile/seafile.SlackBuild4
-rw-r--r--network/seafile/seafile.info8
2 files changed, 7 insertions, 5 deletions
diff --git a/network/seafile/seafile.SlackBuild b/network/seafile/seafile.SlackBuild
index c5e9ac5090..d1d8a30544 100644
--- a/network/seafile/seafile.SlackBuild
+++ b/network/seafile/seafile.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=seafile
-VERSION=${VERSION:-6.2.5}
+VERSION=${VERSION:-8.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,6 +81,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+export PYTHON=python3
+
sh autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/network/seafile/seafile.info b/network/seafile/seafile.info
index 85067fd4fe..d19de559a4 100644
--- a/network/seafile/seafile.info
+++ b/network/seafile/seafile.info
@@ -1,10 +1,10 @@
PRGNAM="seafile"
-VERSION="6.2.5"
+VERSION="8.0.4"
HOMEPAGE="https://seafile.com"
-DOWNLOAD="https://github.com/haiwen/seafile/archive/v6.2.5/seafile-6.2.5.tar.gz"
-MD5SUM="220790c24a8cb1ff88bacc03e4e87976"
+DOWNLOAD="https://github.com/haiwen/seafile/archive/v8.0.4/seafile-8.0.4.tar.gz"
+MD5SUM="3ed13d669c657ce1c3a02a11c511606e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ccnet libevhtp"
+REQUIRES="ibevhtp"
MAINTAINER="Marcel Saegebarth"
EMAIL="marc@mos6581.de"