sshfs-fuse: update to 2.7

This commit is contained in:
Juergen Daubert 2016-06-21 12:18:15 +02:00
parent b2d9132a52
commit 86954d960c
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
17494910db8383a366b1301e5f5148a9 sshfs-fuse-2.5.tar.gz
6f8e4b812348a3d752897417e38135fe sshfs-2.7.tar.gz

View File

@ -5,12 +5,12 @@
# Depends on: fuse, glib
name=sshfs-fuse
version=2.5
release=2
source=(https://github.com/libfuse/sshfs/releases/download/sshfs_${version//./_}//$name-$version.tar.gz)
version=2.7
release=1
source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs-$version.tar.gz)
build() {
cd $name-$version
cd sshfs-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install