opt: cygfuse: update tarballs

This commit is contained in:
Bill Zissimopoulos
2017-11-28 16:53:21 -08:00
parent 61935e4671
commit d58f4b84a5
7 changed files with 5 additions and 3 deletions

View File

@ -22,7 +22,9 @@ cygport:
dist: cygport
case $(shell uname -m) in \
x86_64)\
mkdir -p dist/x64 && \
cp fuse-*/dist/fuse/fuse-*[0-9].tar.xz dist/x64 ;;\
*)\
mkdir -p dist/x86 && \
cp fuse-*/dist/fuse/fuse-*[0-9].tar.xz dist/x86 ;;\
esac

Binary file not shown.

BIN
opt/cygfuse/dist/x64/fuse-2.8-7.tar.xz vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
opt/cygfuse/dist/x86/fuse-2.8-7.tar.xz vendored Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
NAME="fuse"
VERSION=2.8
RELEASE=6
RELEASE=7
CATEGORY="Utils"
SUMMARY="WinFsp-FUSE compatibility layer"
DESCRIPTION="WinFsp-FUSE enables FUSE file systems to be run on Cygwin."