fuse3: update to 3.15.0

This commit is contained in:
Juergen Daubert 2023-06-10 21:41:17 +02:00
parent eef7045575
commit 38a3a9c715
3 changed files with 7 additions and 8 deletions

View File

@ -12,8 +12,8 @@ drwxr-xr-x root/root usr/include/fuse3/
-rw-r--r-- root/root usr/include/fuse3/libfuse_config.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libfuse3.so -> libfuse3.so.3
lrwxrwxrwx root/root usr/lib/libfuse3.so.3 -> libfuse3.so.3.14.1
-rwxr-xr-x root/root usr/lib/libfuse3.so.3.14.1
lrwxrwxrwx root/root usr/lib/libfuse3.so.3 -> libfuse3.so.3.15.0
-rwxr-xr-x root/root usr/lib/libfuse3.so.3.15.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/fuse3.pc
drwxr-xr-x root/root usr/sbin/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aX9jPK88Y3STTnKtgx9yw7OKPqUgkmQPQOGDhTPlts3tjGhiVq3dtlGC1sBdL5zN50Stjb6HgKYSQW5bhNUSgs=
SHA256 (Pkgfile) = 49beb5629876fa828ce7139e510eb6a1bb915ba4aa27a16540df57308699a6c5
SHA256 (.footprint) = 74c93ffd5a45490348c05afe8952b8ef552a1e7a292849e0fbd728977f813b6e
SHA256 (fuse-3.14.1.tar.gz) = 99688d68a753ee97eed51d536b216b8ae5d7fe0236c1a45d439357903bfd4d88
RWSE3ohX2g5d/TIMF0lGDpKqNtekaNzQMTlvLd/8VbZx1YUcGdRU+aPMUJDEM2sIXB3WnLMYGWdPv9LxRbU5jTGoeOFkhV0sPgM=
SHA256 (Pkgfile) = 69a26533a682f319da4d17f31313e27d5d4d2a8dee90d25c1012323ebeb49068
SHA256 (.footprint) = eae571a7a14228801621b0cd71bcb7233050781b9388db2381bb351b966122dd
SHA256 (fuse-3.15.0.tar.gz) = 1e79f1dd60eaf79645c21411c4a7028c97b5e745ea677ac5bda747c90497a785

View File

@ -1,10 +1,9 @@
# Description: Interface for userspace filesystems
# URL: https://github.com/libfuse/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: meson ninja
name=fuse3
version=3.14.1
version=3.15.0
release=1
source=(https://github.com/libfuse/libfuse/archive/refs/tags/fuse-$version.tar.gz)