diff --git a/net/sshfs/Makefile b/net/sshfs/Makefile index df165e5e0..0dcc741d7 100644 --- a/net/sshfs/Makefile +++ b/net/sshfs/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sshfs -PKG_VERSION:=3.7.1 -PKG_RELEASE:=1 +PKG_VERSION:=3.7.2 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/libfuse/sshfs/releases/download/$(PKG_NAME)-$(PKG_VERSION) -PKG_HASH:=fe5d3436d61b46974889e0c4515899c21a9d67851e3793c209989f72353d7750 +PKG_HASH:=1c596d42724d13aeba9f49ee127b8ef2fdeb813e25c6018f92d0c9ec4754fa2d PKG_MAINTAINER:=Zoltan HERPAI PKG_LICENSE:=GPL-2.0-only