diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-10-13 03:30:59 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-10-13 06:42:26 +0800 |
commit | a702c90b9a569c7ff665cb703ee1120aa5d77232 (patch) | |
tree | 357c92c2714328353289b0d44c69f7f2a659f693 /net/seafile-seahub | |
parent | f841fedd7b8c1239fe9363fd51b4f0eda3a3c3d9 (diff) |
seafile-seahub: Update to 7.1.5, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'net/seafile-seahub')
-rw-r--r-- | net/seafile-seahub/Makefile | 6 | ||||
-rw-r--r-- | net/seafile-seahub/patches/030-uci-conf.patch | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index 8ccc0255d..297e9ab92 100644 --- a/net/seafile-seahub/Makefile +++ b/net/seafile-seahub/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seafile-seahub -PKG_VERSION:=7.1.4 -PKG_RELEASE:=3 +PKG_VERSION:=7.1.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/haiwen/seahub/tar.gz/v$(PKG_VERSION)-server? -PKG_HASH:=921ef4373311c06c1192975a294d7d38c12ac34381a7df19542391fc1d810baf +PKG_HASH:=cc7f5a1642d203b2390ae3c30c8a5546d1e829d9d1a5ddf686e558292746ce5c PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Jeffery To <jeffery.to@gmail.com> PKG_LICENSE:=Apache-2.0 diff --git a/net/seafile-seahub/patches/030-uci-conf.patch b/net/seafile-seahub/patches/030-uci-conf.patch index 364ef0424..4e803b2ea 100644 --- a/net/seafile-seahub/patches/030-uci-conf.patch +++ b/net/seafile-seahub/patches/030-uci-conf.patch @@ -9,7 +9,7 @@ os.path.join(PROJECT_ROOT, 'seahub/templates'), ], 'APP_DIRS': True, -@@ -633,7 +633,7 @@ CAPTCHA_IMAGE_SIZE = (90, 42) +@@ -646,7 +646,7 @@ CAPTCHA_IMAGE_SIZE = (90, 42) ENABLE_THUMBNAIL = True # Absolute filesystem path to the directory that will hold thumbnail files. @@ -18,7 +18,7 @@ if os.path.exists(SEAHUB_DATA_ROOT): THUMBNAIL_ROOT = os.path.join(SEAHUB_DATA_ROOT, 'thumbnail') else: -@@ -829,7 +829,7 @@ except ImportError: +@@ -842,7 +842,7 @@ except ImportError: pass else: # In server release, sqlite3 db file is <topdir>/seahub.db |