Skip to content

Commit

Permalink
sshfs-fuse: upgraded to 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Aug 9, 2016
1 parent d79b916 commit 28e154e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions sshfs-fuse/sshfs-fuse.SlackBuild
Expand Up @@ -29,7 +29,7 @@ CWD=$(pwd)

PRGNAM=sshfs
PKGNAM=sshfs-fuse
VERSION=${VERSION:-2.7}
VERSION=${VERSION:-2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
Expand All @@ -53,15 +53,15 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC -fomit-frame-pointer"
SLKCFLAGS="-O2 -fPIC -pipe -fomit-frame-pointer"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi

rm -rf $PKG
mkdir -p $TMP $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
Expand Down
10 changes: 5 additions & 5 deletions sshfs-fuse/sshfs-fuse.info
@@ -1,10 +1,10 @@
PRGNAM="sshfs-fuse"
VERSION="2.7"
VERSION="2.8"
HOMEPAGE="https://github.com/libfuse/sshfs"
DOWNLOAD="https://github.com/libfuse/sshfs/releases/download/sshfs-2.7/sshfs-2.7.tar.gz"
FILENAME="sshfs-2.7.tar.gz"
DOWNLOAD="https://github.com/libfuse/sshfs/releases/download/sshfs_2.8/sshfs-2.8.tar.gz"
FILENAME="sshfs-2.8.tar.gz"
REQUIRES=""
SHASUM="5a42b4592a4c9281ad160ca03838aac883564dda"
MD5SUM="6f8e4b812348a3d752897417e38135fe"
SHASUM="2b792aa5b3a45e0c3fe65c44bd9da8f64a690830"
MD5SUM="0ba25e848ee59e2595d6576c8f6284b6"
MAINTAINER="Corrado Franco"
EMAIL="conraid (at) linux (dot) it"

0 comments on commit 28e154e

Please sign in to comment.