diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-07-20 20:10:52 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-07-21 00:23:24 -0700 |
commit | 75887b5f10f72cd06208306f7c60df5e77c70dc5 (patch) | |
tree | f1a70d6b85e4ad8a6824297e2a392e21a5b32107 /net | |
parent | 08f1cb23b9f27988202b6e729776c02dd16b188f (diff) |
sshfs: update to 3.7.2
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/sshfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <wigyori@uid0.hu> PKG_LICENSE:=GPL-2.0-only |