summaryrefslogtreecommitdiff
path: root/user/sshfs
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-04-18 01:21:16 -0400
committerMax Rees <maxcrees@me.com>2019-04-18 05:45:35 -0400
commit0ff89d78c6fa7d5905e5674e6825d22dca4043fa (patch)
tree7cc3c29129cc2585cbb75d54d5ff9d2e3f1744a0 /user/sshfs
parent6cbab48e6ecdde2cf730105742b261f4dee3a4ae (diff)
downloadpackages-0ff89d78c6fa7d5905e5674e6825d22dca4043fa.tar.gz
packages-0ff89d78c6fa7d5905e5674e6825d22dca4043fa.tar.bz2
packages-0ff89d78c6fa7d5905e5674e6825d22dca4043fa.tar.xz
packages-0ff89d78c6fa7d5905e5674e6825d22dca4043fa.zip
user/sshfs: bump to 3.5.2
https://github.com/libfuse/sshfs/compare/sshfs-3.5.0...sshfs-3.5.2
Diffstat (limited to 'user/sshfs')
-rw-r--r--user/sshfs/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/user/sshfs/APKBUILD b/user/sshfs/APKBUILD
index 32fcfbd7c..0bf08fdb1 100644
--- a/user/sshfs/APKBUILD
+++ b/user/sshfs/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=sshfs
-pkgver=3.5.0
+pkgver=3.5.2
pkgrel=0
pkgdesc="FUSE client based on the SSH File Transfer Protocol"
url="https://github.com/libfuse/sshfs"
@@ -15,7 +15,6 @@ subpackages="$pkgname-doc"
source="https://github.com/libfuse/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz"
build() {
- cd "$builddir"
# NOTE: --prefix=/ is intentional. If --prefix=/usr, mount(8) will not be
# able to find mount.fuse.sshfs or mount.sshfs - it only looks in /sbin, not
# /usr/sbin. The omission of the absolute slash in --mandir=usr/share/man is
@@ -38,8 +37,7 @@ check() {
}
package() {
- cd "$builddir"
DESTDIR="$pkgdir" ninja -C output install
}
-sha512sums="6ba7be4bcad401d99fb864f105a6c8fc8b7c832d5b25f18cba27eee422fe65ee7bda8982466d624792a1fb21528c0cb078a59db48e93da4880a36aad7b506b0c sshfs-3.5.0.tar.xz"
+sha512sums="52f874196eef2327dfb11c7f6a9771c1837a89a9208e6503dd7bb839e63d65b3f42d61c2d9140c8100041794923c1bea1f6917ff04b3c1d0236071ff4811c272 sshfs-3.5.2.tar.xz"