mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
fuse3: update to 3.16.2, adopt.
This commit is contained in:
parent
1333b1bb55
commit
b462928c21
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fuse3'
|
# Template file for 'fuse3'
|
||||||
pkgname=fuse3
|
pkgname=fuse3
|
||||||
version=3.16.1
|
version=3.16.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="--sbindir=bin -Db_lto=false -Dexamples=false -Duseroot=false
|
configure_args="--sbindir=bin -Db_lto=false -Dexamples=false -Duseroot=false
|
||||||
|
@ -8,12 +8,12 @@ configure_args="--sbindir=bin -Db_lto=false -Dexamples=false -Duseroot=false
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="eudev-libudev-devel"
|
makedepends="eudev-libudev-devel"
|
||||||
short_desc="Filesystem in Userspace 3.x"
|
short_desc="Filesystem in Userspace 3.x"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="triallax <triallax@tutanota.com>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/libfuse/libfuse"
|
homepage="https://github.com/libfuse/libfuse"
|
||||||
changelog="https://raw.githubusercontent.com/libfuse/libfuse/master/ChangeLog.rst"
|
changelog="https://raw.githubusercontent.com/libfuse/libfuse/master/ChangeLog.rst"
|
||||||
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.gz"
|
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.gz"
|
||||||
checksum=75a7140ce2d4589eda2784d2279be9d2b273a9b6b0f79ecb871dc4dded046fb5
|
checksum=f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87
|
||||||
conf_files="/etc/fuse.conf"
|
conf_files="/etc/fuse.conf"
|
||||||
# Tests require root
|
# Tests require root
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Add table
Reference in a new issue