diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-04-07 23:37:15 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2020-04-08 17:06:35 +0800 |
commit | 6138fe57fedc5ed8e4e33f564def85d229f66e9d (patch) | |
tree | 959d5a78d1cd0e6742e11bcad25a6b66267ac061 /net/seafile-seahub | |
parent | 239948b2618e4deb6ea7f626680e8c959c1d5993 (diff) |
seafile-seahub: Update to 7.1.3, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'net/seafile-seahub')
-rw-r--r-- | net/seafile-seahub/Makefile | 4 | ||||
-rw-r--r-- | net/seafile-seahub/patches/030-uci-conf.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index 47a6df773..4e315ef84 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.2 +PKG_VERSION:=7.1.3 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:=647dca870c996ed00844d3bf45bc15f22fdf5268cfd3ac4c0dd9e4c15360361d +PKG_HASH:=a2cf1ad1ff357b06c112f3f80e2e4a2ef109813496c96afc309449f6915e8797 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 e5559e52d..259c32b5c 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, -@@ -627,7 +627,7 @@ CAPTCHA_IMAGE_SIZE = (90, 42) +@@ -630,7 +630,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: -@@ -790,7 +790,7 @@ except ImportError: +@@ -793,7 +793,7 @@ except ImportError: pass else: # In server release, sqlite3 db file is <topdir>/seahub.db |