Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sshfs: Update to 3.20 #7686

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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