mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 14:47:03 +02:00
fuse3: update to 3.8.0.
This commit is contained in:
parent
39224cb55c
commit
1d281003a6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'fuse3'
|
||||
pkgname=fuse3
|
||||
version=3.7.0
|
||||
version=3.8.0
|
||||
revision=1
|
||||
wrksrc="fuse-${version}"
|
||||
build_style=meson
|
||||
|
@ -8,11 +8,11 @@ configure_args="--sbindir=bin -Db_lto=false -Duseroot=false"
|
|||
hostmakedepends="pkg-config"
|
||||
makedepends="eudev-libudev-devel"
|
||||
short_desc="Filesystem in Userspace 3.x"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://github.com/libfuse/libfuse"
|
||||
distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/fuse-${version}.tar.xz"
|
||||
checksum=3aea4766da5e2751aba82e8f77047d5d3c412bc3c298e4ec9532e59d7bd73a7a
|
||||
checksum=4a464f6df782a1dca1f7e85bf64ff6ece9547b389557aae4160371cb1c898d61
|
||||
conf_files="/etc/fuse.conf"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue