opt: cygfuse: bump release number to 5

This commit is contained in:
Bill Zissimopoulos 2017-05-17 00:05:41 -07:00
parent ed58b7a63c
commit 330d6e79f8
4 changed files with 2 additions and 2 deletions

View File

@ -302,7 +302,7 @@
<DirectoryRef Id="OPTDIR"> <DirectoryRef Id="OPTDIR">
<Directory Id="OPTDIR.cygfuse" Name="cygfuse" FileSource="..\..\..\opt\cygfuse\dist"> <Directory Id="OPTDIR.cygfuse" Name="cygfuse" FileSource="..\..\..\opt\cygfuse\dist">
<Component Id="C.fuse.tar.xz"> <Component Id="C.fuse.tar.xz">
<File Name="fuse-2.8-4.tar.xz" KeyPath="yes" /> <File Name="fuse-2.8-5.tar.xz" KeyPath="yes" />
</Component> </Component>
<Component Id="C.fuse.install.sh"> <Component Id="C.fuse.install.sh">
<File Name="install.sh" KeyPath="yes" /> <File Name="install.sh" KeyPath="yes" />

Binary file not shown.

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

Binary file not shown.

View File

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