diff options
author | Juergen Daubert <jue@jue.li> | 2019-07-15 16:33:32 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-07-15 16:33:32 +0200 |
commit | 7159e9abb75a2e4edbc9ce8b5e1ef41e8525f080 (patch) | |
tree | bb7915ad80072565442f288735d0d9595810c91c /fuse3 | |
parent | 54b1e6f149110cb3551e9478efc49542b7c0746b (diff) | |
download | opt-7159e9abb75a2e4edbc9ce8b5e1ef41e8525f080.tar.gz opt-7159e9abb75a2e4edbc9ce8b5e1ef41e8525f080.tar.xz |
fuse3: update to 3.6.2
Diffstat (limited to 'fuse3')
-rw-r--r-- | fuse3/.footprint | 4 | ||||
-rw-r--r-- | fuse3/.signature | 8 | ||||
-rw-r--r-- | fuse3/Pkgfile | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/fuse3/.footprint b/fuse3/.footprint index 338b2b5d7..68e959374 100644 --- a/fuse3/.footprint +++ b/fuse3/.footprint @@ -10,8 +10,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.6.1 --rwxr-xr-x root/root usr/lib/libfuse3.so.3.6.1 +lrwxrwxrwx root/root usr/lib/libfuse3.so.3 -> libfuse3.so.3.6.2 +-rwxr-xr-x root/root usr/lib/libfuse3.so.3.6.2 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 9d622339c..d1b66d466 100644 --- a/fuse3/.signature +++ b/fuse3/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/eGu9vkeDkVMhXT61TRzvs1MxUszGvgONCYvXKLf1NGfZrZf31b/az9GCuKsgp+z4z2zFjeka7/j5Q/7ijjstAM= -SHA256 (Pkgfile) = 8954e53bb3fba30466ba4abeaa7dbbb29363fa29bae0312111de11510e78f1e9 -SHA256 (.footprint) = 59e41ea4e985f7494c30f94f93c7aaf9b8e7c1d1cd54226fbc77f690d0a61f3f -SHA256 (fuse-3.6.1.tar.xz) = 6dc3b702f2d13187ff4adb8bcbdcb913ca0510ce0020e4d87bdeb4d794173704 +RWSE3ohX2g5d/eDhSTWYjGoBEC0R0HSCiNDW1YVk+itX8DexjqUDfCwptwZ8164ohQglUpUu8jKel7CXLFkwv72puri3DaGP9wU= +SHA256 (Pkgfile) = c12a749fcd1f458ebb39f762762140813c45f74afdd4a53e24c5f7035b9473d3 +SHA256 (.footprint) = c6f7691b292590461974de9af3bfafefd0e055fd715b7247fc620061396f825c +SHA256 (fuse-3.6.2.tar.xz) = f45869427575e1e59ab743a67deb57addbf2cb8f9ce431199dbd40ddab71f281 diff --git a/fuse3/Pkgfile b/fuse3/Pkgfile index 28302e75a..b6087cc4a 100644 --- a/fuse3/Pkgfile +++ b/fuse3/Pkgfile @@ -4,7 +4,7 @@ # Depends on: meson ninja name=fuse3 -version=3.6.1 +version=3.6.2 release=1 source=(https://github.com/libfuse/libfuse/releases/download/fuse-$version/fuse-$version.tar.xz) |