Skip to content

Commit

Permalink
sshfs: Update to 3.20
Browse files Browse the repository at this point in the history
Rearranged Makefile for consistency.

Future versions use meson instead of autotools.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Dec 16, 2018
1 parent 7059ebf commit 3ba49a0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions net/sshfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=sshfs
PKG_VERSION:=2.10
PKG_VERSION:=3.2.0
PKG_RELEASE:=1

PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Zoltan HERPAI <[email protected]>

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/libfuse/sshfs/releases/download/$(PKG_NAME)-$(PKG_VERSION)
PKG_HASH:=70845dde2d70606aa207db5edfe878e266f9c193f1956dd10ba1b7e9a3c8d101
PKG_HASH:=b494cdbac7ba2e77b994b3d3957171610be640e49c287ff6cb8f2959c4768101

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_MAINTAINER:=Zoltan HERPAI <[email protected]>
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING

include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
Expand All @@ -29,7 +28,7 @@ define Package/sshfs
SECTION:=net
CATEGORY:=Network
SUBMENU:=Filesystem
URL:=http://fuse.sourceforge.net/
URL:=https://github.com/libfuse/sshfs
endef

define Package/sshfs/description
Expand Down

0 comments on commit 3ba49a0

Please sign in to comment.