mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/sshfs-fuse: Updated for version 2.2
This commit is contained in:
parent
44986a3753
commit
ce5d926327
2 changed files with 3 additions and 1 deletions
|
@ -88,4 +88,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -2,7 +2,9 @@ PRGNAM="sshfs-fuse"
|
|||
VERSION="2.2"
|
||||
HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/fuse/sshfs-fuse-2.2.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="26e9206eb5169e87e6f95f54bc005a4f"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Alan_Hicks"
|
||||
EMAIL="alan@lizella.net"
|
||||
APPROVED="dsomero,rworkman"
|
||||
|
|
Loading…
Reference in a new issue