From cd4599b2951ce04cd95a996f8581ddef33235d20 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 14 Sep 2021 13:08:56 +0200 Subject: [PATCH] fuse3: update to 3.10.5 --- fuse3/.footprint | 4 ++-- fuse3/.signature | 8 ++++---- fuse3/Pkgfile | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fuse3/.footprint b/fuse3/.footprint index 73fe497a8..afe1849d0 100644 --- a/fuse3/.footprint +++ b/fuse3/.footprint @@ -11,8 +11,8 @@ drwxr-xr-x root/root usr/include/fuse3/ -rw-r--r-- root/root usr/include/fuse3/fuse_opt.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.10.4 --rwxr-xr-x root/root usr/lib/libfuse3.so.3.10.4 +lrwxrwxrwx root/root usr/lib/libfuse3.so.3 -> libfuse3.so.3.10.5 +-rwxr-xr-x root/root usr/lib/libfuse3.so.3.10.5 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/ diff --git a/fuse3/.signature b/fuse3/.signature index a475a55e2..efc6a572b 100644 --- a/fuse3/.signature +++ b/fuse3/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VFzPURi5tM9uFTc2XaeXT8lE6DzJNb0m9b1TyqReHeZ5Noy7G0zyNFLF75SpgsXJtikhaCrS1A8n2yrtfs8pwc= -SHA256 (Pkgfile) = 5493f60038e6c0d7409f5a7e47942f0bc3aa3c54193ef152871be34ecd641e30 -SHA256 (.footprint) = e76239187e32a58975a266ca31c3064b6bc5cced885a71c67129b2bbd7d7494d -SHA256 (fuse-3.10.4.tar.xz) = 9365b74fd8471caecdb3cc5adf25a821f70a931317ee9103d15bd39089e3590d +RWSE3ohX2g5d/a4g1K660fAyUv7e92LcWRjr8pi8NfgpuR7MAkgFTkIsQ/dFHEjylmS3aWEG0NTh9bT7DifF9yV5K4tQp0yBUQI= +SHA256 (Pkgfile) = e25644f3fbbddf0ad94cdde1b613a536688b4991013f1ffee1405c9e6f909f43 +SHA256 (.footprint) = b630ee718d6eb5ed89c4984d5b718d2622e06350638825dcc011852ba799416b +SHA256 (fuse-3.10.5.tar.xz) = b2e283485d47404ac896dd0bb7f7ba81e1470838e677e45f659804c3a3b69666 diff --git a/fuse3/Pkgfile b/fuse3/Pkgfile index b937e4fb3..b4887b33d 100644 --- a/fuse3/Pkgfile +++ b/fuse3/Pkgfile @@ -4,7 +4,7 @@ # Depends on: meson ninja name=fuse3 -version=3.10.4 +version=3.10.5 release=1 source=(https://github.com/libfuse/libfuse/releases/download/fuse-$version/fuse-$version.tar.xz)