fuse3 ver. bump

This commit is contained in:
Rmys
2023-01-15 13:39:12 +03:00
parent 5846c2b7c0
commit 0e7ecca0e7
2 changed files with 12 additions and 3 deletions
+9 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>An interface for filesystems implemented in userspace</Summary>
<Description>fuse is a backend allowing regular users to (un)mount filesystems for their own use.</Description>
<Archive sha1sum="75597e342e9e919baa0923a931ca2a69e8afc464" type="tarxz">https://github.com/libfuse/libfuse/releases/download/fuse-3.12.0/fuse-3.12.0.tar.xz</Archive>
<Archive sha1sum="46d1bce5730018dd5c41c08ad7900492bc8c14d2" type="tarxz">https://github.com/libfuse/libfuse/releases/download/fuse-3.13.0/fuse-3.13.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>doxygen</Dependency>
@@ -29,6 +29,7 @@
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/bin</Path>
<Path fileType="executable">/sbin</Path>
<Path fileType="executable">/usr/sbin</Path>
@@ -54,6 +55,13 @@
</Package>
<History>
<Update release="4">
<Date>2023-01-13</Date>
<Version>3.13.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2022-09-09</Date>
<Version>3.12.0</Version>