sshfs: update to 2.10

This commit is contained in:
cvh 2018-03-23 11:37:21 +01:00
parent abc3affb44
commit 59bf2cccd1

View File

@ -17,8 +17,8 @@
################################################################################
PKG_NAME="sshfs"
PKG_VERSION="2.7"
PKG_SHA256="ce5f9d390934fc88c287dd937a39d15c2b40cbea6967ba24ad93ed90e0027128"
PKG_VERSION="2.10"
PKG_SHA256="70845dde2d70606aa207db5edfe878e266f9c193f1956dd10ba1b7e9a3c8d101"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/libfuse/sshfs"
@ -26,8 +26,8 @@ PKG_URL="https://github.com/libfuse/sshfs/releases/download/sshfs-$PKG_VERSION/s
PKG_DEPENDS_TARGET="toolchain fuse glib"
PKG_SECTION="tools"
PKG_SHORTDESC="sshfs: a filesystem client based on the SSH File Transfer Protocol"
PKG_LONGDESC="This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there's nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh."
PKG_LONGDESC="This is a filesystem client based on the SSH File Transfer Protocol."
makeinstall_target() {
: # nop
:
}