diff --git a/community/sshfs/PKGBUILD b/community/sshfs/PKGBUILD index 1d2a5fc7a..4a8f06e2f 100644 --- a/community/sshfs/PKGBUILD +++ b/community/sshfs/PKGBUILD @@ -6,7 +6,7 @@ # - use -D_FILE_OFFSET_BITS=64 with 32-bit ARM pkgname=sshfs -pkgver=3.6.0 +pkgver=3.7.0 pkgrel=1 pkgdesc="FUSE client based on the SSH File Transfer Protocol" arch=('x86_64') @@ -15,7 +15,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=('1679b5543a6db2e93e06dbcdc9247b35df64c3148e2c30f80764f4813bd6c270' +sha256sums=('6e7e86831f3066b356e7f16e22f1b8a8f177fda05146f6a5eb821c2fd0541c34' 'SKIP') validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath