sshfs-fuse: update to 2.7
This commit is contained in:
parent
b2d9132a52
commit
86954d960c
@ -1 +1 @@
|
|||||||
17494910db8383a366b1301e5f5148a9 sshfs-fuse-2.5.tar.gz
|
6f8e4b812348a3d752897417e38135fe sshfs-2.7.tar.gz
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
# Depends on: fuse, glib
|
# Depends on: fuse, glib
|
||||||
|
|
||||||
name=sshfs-fuse
|
name=sshfs-fuse
|
||||||
version=2.5
|
version=2.7
|
||||||
release=2
|
release=1
|
||||||
source=(https://github.com/libfuse/sshfs/releases/download/sshfs_${version//./_}//$name-$version.tar.gz)
|
source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$version/sshfs-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd sshfs-$version
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user