system/fuse-exfat: Updated for version 1.2.1.

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2015-10-07 18:06:03 +02:00 committed by Willy Sudiarto Raharjo
parent a7101b5ad9
commit 4ea49e783b
3 changed files with 8 additions and 4 deletions

View file

@ -0,0 +1,3 @@
# `mount -t extfs` looks in /sbin
( cd sbin ; rm -rf mount.exfat )
( cd sbin ; ln -sf /usr/sbin/mount.exfat mount.exfat )

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fuse-exfat
VERSION=${VERSION:-1.2.0}
VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -93,6 +93,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="fuse-exfat"
VERSION="1.2.0"
VERSION="1.2.1"
HOMEPAGE="https://github.com/relan/exfat"
DOWNLOAD="https://github.com/relan/exfat/releases/download/v1.2.0/fuse-exfat-1.2.0.tar.gz"
MD5SUM="352bdddfa3d8bbee5ffc8ee9e212964f"
DOWNLOAD="https://github.com/relan/exfat/releases/download/v1.2.1/fuse-exfat-1.2.1.tar.gz"
MD5SUM="9d889d2c3d8c3080c442eb55717ee73b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""