From 07214ac6e3283f028bad8d2adfb88fd088cb91c4 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 17 Jun 2021 18:45:56 +0000 Subject: [PATCH] community/sshfs to 3.7.2-1 --- community/sshfs/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/sshfs/PKGBUILD b/community/sshfs/PKGBUILD index c034bf706..c027ac7d2 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.7.1 +pkgver=3.7.2 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=('fe5d3436d61b46974889e0c4515899c21a9d67851e3793c209989f72353d7750' +sha256sums=('1c596d42724d13aeba9f49ee127b8ef2fdeb813e25c6018f92d0c9ec4754fa2d' 'SKIP') validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath