commit c48f8a318a064fbd557b9e30b2fd5b1ed6588945
parent 72fb23b1be7af7fd6e6f83ee6df46470f4883ec0
Author: Zoltan Herpai <wigyori@uid0.hu>
Date: Sun, 10 Apr 2016 12:22:08 +0200
Merge pull request #2241 from sumpfralle/sshfs-source-change
FUSE moved from sourceforge to github
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/sshfs/Makefile b/net/sshfs/Makefile
@@ -15,7 +15,7 @@ PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
PKG_SOURCE:=$(PKG_NAME)-fuse-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=@SF/fuse
+PKG_SOURCE_URL:=https://github.com/libfuse/sshfs/releases/download/sshfs_2_5
PKG_MD5SUM:=17494910db8383a366b1301e5f5148a9
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-fuse-$(PKG_VERSION)