1
0
forked from ports/opt

fuse3: update to 3.2.4

This commit is contained in:
Juergen Daubert 2018-07-12 14:20:31 +02:00
parent e2a0c5f6cc
commit b052a3699e
4 changed files with 9 additions and 9 deletions

View File

@ -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.2.3
-rwxr-xr-x root/root usr/lib/libfuse3.so.3.2.3
lrwxrwxrwx root/root usr/lib/libfuse3.so.3 -> libfuse3.so.3.2.4
-rwxr-xr-x root/root usr/lib/libfuse3.so.3.2.4
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 +1 @@
e06e70bbba2e72a80f828abd867ec063 fuse-3.2.3.tar.xz
19cb175ebd2d9cfa78a857e0129d9b0a fuse-3.2.4.tar.xz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fL8am56vKnFrNbZUaOra/ncGm6MWiGR1afY6j77JJlN5MIfYBPpqoBBpo3CMKzfLX4ugGNLUPGcZOCYv7JJtwQ=
SHA256 (Pkgfile) = 1ee1eb11b70adb5b2554bb70fa79aec5723585a730607bf178d65002aeec92a1
SHA256 (.footprint) = d01e78df6a902dceebe1cf6fc865585fdfaef2b1c8c769ae783f135044385498
SHA256 (fuse-3.2.3.tar.xz) = 70375bbaedc0aef243164f9088edbe01719c13650cd65ff2242e97fd07df77d6
RWSE3ohX2g5d/XynNZZiavCMCEB2x1V6eVtxGxLYV1YXCYh9Ow5O6B6ayp2MEGep17V2Eo6m5Jk98uBX7BxJu4mpxhXpgkmrngE=
SHA256 (Pkgfile) = 59bf5173bf0f3650daef0fbb4691030e1d07095c1e6708b4e5e9aaa9a606b71d
SHA256 (.footprint) = 6336f7c3018b477827ec4de0c8159833e94ad1d3cd7746ab6cfa22270b23ef0e
SHA256 (fuse-3.2.4.tar.xz) = 61fcd35939b7ede710fca6fd3c3f1dd76f2d267bf62b05d4f140ddedd225490a

View File

@ -4,7 +4,7 @@
# Depends on: meson ninja
name=fuse3
version=3.2.3
version=3.2.4
release=1
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$version/fuse-$version.tar.xz)
@ -15,5 +15,5 @@ build() {
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
rm -r $PKG/{dev,etc,lib}
mv $PKG/usr/share/man/man8/mount.{fuse.8.gz,fuse3.8.gz}
chmod -R g-w $PKG
}