From 0ff89d78c6fa7d5905e5674e6825d22dca4043fa Mon Sep 17 00:00:00 2001 From: Max Rees Date: Thu, 18 Apr 2019 01:21:16 -0400 Subject: user/sshfs: bump to 3.5.2 https://github.com/libfuse/sshfs/compare/sshfs-3.5.0...sshfs-3.5.2 --- user/sshfs/APKBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'user/sshfs') 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 # Maintainer: Max Rees 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" -- cgit v1.2.3-60-g2f50