aboutsummaryrefslogtreecommitdiff
path: root/net/sshfs/Makefile
diff options
context:
space:
mode:
authorp-wassi <p.wassi@gmx.at>2016-11-22 21:05:35 +0100
committerp-wassi <p.wassi@gmx.at>2016-11-22 21:05:35 +0100
commitc4b205088c7f423e1da57659543ec7271e95738d (patch)
tree981857133d29d824f2d91333d2f8623cb99ba30e /net/sshfs/Makefile
parent12e314488b2f68d7fbe92681758f56fbbc731615 (diff)
net/sshfs: update to 2.8
Update sshfs to upstream release 2.8 Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'net/sshfs/Makefile')
-rw-r--r--net/sshfs/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/sshfs/Makefile b/net/sshfs/Makefile
index d46c48d88..44038477f 100644
--- a/net/sshfs/Makefile
+++ b/net/sshfs/Makefile
@@ -8,17 +8,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sshfs
-PKG_VERSION:=2.5
+PKG_VERSION:=2.8
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
-PKG_SOURCE:=$(PKG_NAME)-fuse-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/libfuse/sshfs/releases/download/sshfs_2_5
-PKG_MD5SUM:=17494910db8383a366b1301e5f5148a9
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE_URL:=https://github.com/libfuse/sshfs/releases/download/$(PKG_NAME)_$(PKG_VERSION)
+PKG_MD5SUM:=0ba25e848ee59e2595d6576c8f6284b6
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-fuse-$(PKG_VERSION)
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk