1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-05-05 17:24:38 -05:00

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
+2
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
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."