From b7fa825e22f48557e7b47387aab696ffdb040de8 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 28 Aug 2018 18:21:15 +0000 Subject: [PATCH] community/sshfs to 3.5.0-1 --- community/sshfs/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/sshfs/PKGBUILD b/community/sshfs/PKGBUILD index 7be458bf6..b624fb6c6 100644 --- a/community/sshfs/PKGBUILD +++ b/community/sshfs/PKGBUILD @@ -7,7 +7,7 @@ # - use -D_FILE_OFFSET_BITS=64 with 32-bit ARM pkgname=sshfs -pkgver=3.4.0 +pkgver=3.5.0 pkgrel=1 pkgdesc="FUSE client based on the SSH File Transfer Protocol" arch=('x86_64') @@ -16,7 +16,7 @@ license=(GPL) depends=(fuse3 glib2 openssh) makedepends=('meson' 'python-docutils') source=(https://github.com/libfuse/sshfs/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz{,.asc}) -sha256sums=('d27ccd35436d72755c40234cefa081e30fa529e092232a5b4abbff2178c2c22f' +sha256sums=('c2035332489dea3be88b9328d0e1905f904a34f93eb87fb07cd5380329a3dfe5' 'SKIP') validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath