Browse Source

FUSE moved from sourceforge to github

Lars Kruse 9 years ago
parent
commit
0666677441
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      net/sshfs/Makefile

+ 1
- 1
net/sshfs/Makefile View File

@@ -15,7 +15,7 @@ PKG_LICENSE:=GPL-2.0
15 15
 PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
16 16
 
17 17
 PKG_SOURCE:=$(PKG_NAME)-fuse-$(PKG_VERSION).tar.gz
18
-PKG_SOURCE_URL:=@SF/fuse
18
+PKG_SOURCE_URL:=https://github.com/libfuse/sshfs/releases/download/sshfs_2_5
19 19
 PKG_MD5SUM:=17494910db8383a366b1301e5f5148a9
20 20
 
21 21
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-fuse-$(PKG_VERSION)