aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2017-11-07 10:40:54 +0100
committerGitHub <noreply@github.com>2017-11-07 10:40:54 +0100
commit91dc4e824d24039a98758c3d66ac69ae53e49371 (patch)
treebc928acc4b448e9e474247f143df789ac9c1b6a5
parent4776a50114937a958f26799c1116a3c93d4cb646 (diff)
parenta609f1bbab64b86c39fed137295770ff92a869e6 (diff)
Merge pull request #5059 from wigyori/master
net/sshfs: update to 2.10
-rw-r--r--net/sshfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sshfs/Makefile b/net/sshfs/Makefile
index 3812846c9..d243bf2c1 100644
--- a/net/sshfs/Makefile
+++ b/net/sshfs/Makefile
@@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sshfs
-PKG_VERSION:=2.8
+PKG_VERSION:=2.10
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://github.com/libfuse/sshfs/releases/download/$(PKG_NAME)_$(PKG_VERSION)
-PKG_HASH:=7f689174d02e6b7e2631306fda4fb8e6b4483102d1bce82b3cdafba33369ad22
+PKG_SOURCE_URL:=https://github.com/libfuse/sshfs/releases/download/$(PKG_NAME)-$(PKG_VERSION)
+PKG_HASH:=70845dde2d70606aa207db5edfe878e266f9c193f1956dd10ba1b7e9a3c8d101
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)