fuse3: update to 3.2.2.
This commit is contained in:
parent
df5bc7269b
commit
d5b3a175df
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fuse3'
|
# Template file for 'fuse3'
|
||||||
pkgname=fuse3
|
pkgname=fuse3
|
||||||
version=3.2.1
|
version=3.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="--sbindir=bin"
|
configure_args="--sbindir=bin"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/libfuse/libfuse"
|
homepage="https://github.com/libfuse/libfuse"
|
||||||
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
|
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
|
||||||
checksum=524d5360a5a243a9579c4b5a8330a3ddd3176375fbfea417ce6b8b3db6aea273
|
checksum=76836c3e458fa971ee354057bfaef84df7a876afe60492dda9b30e7dcad9c887
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
chmod u+s ${DESTDIR}/usr/bin/fusermount3
|
chmod u+s ${DESTDIR}/usr/bin/fusermount3
|
||||||
|
|
Loading…
Reference in New Issue