mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/sshfs to 3.7.2-1
This commit is contained in:
parent
f303fa8659
commit
07214ac6e3
1 changed files with 2 additions and 2 deletions
|
@ -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 <Nikolaus@rath.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue