diff options
author | Gergely Kiss <mail.gery@gmail.com> | 2016-08-31 19:38:49 +0200 |
---|---|---|
committer | Gergely Kiss <mail.gery@gmail.com> | 2016-08-31 19:38:49 +0200 |
commit | 20b00cfdef16cbc2b7649ce66cc7e0b4c4db26fc (patch) | |
tree | 2ea0ded9bb9b710119cb1448d9c5a35a72c0e8dc /net/seafile-seahub | |
parent | ced7b903aa00e7c5086e962248deb3c65c284081 (diff) |
seafile: upgrade to version 5.1.4
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Diffstat (limited to 'net/seafile-seahub')
-rw-r--r-- | net/seafile-seahub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index 161588aa4..09458b6ca 100644 --- a/net/seafile-seahub/Makefile +++ b/net/seafile-seahub/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=seafile-seahub -PKG_VERSION:=5.1.1 +PKG_VERSION:=5.1.4 PKG_RELEASE=$(PKG_SOURCE_VERSION)-1 PKG_LICENSE:=Apache-2.0 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/haiwen/seahub.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=95f762f396c81f840fe658ab983df53784083bb1 +PKG_SOURCE_VERSION:=1e1c02aa4f2a0256ffa29a28224aad2d678f43a0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz include $(INCLUDE_DIR)/package.mk |