bindfs: update to 1.15.1.
This commit is contained in:
parent
a10ce87712
commit
494bb201fb
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'bindfs'
|
# Template file for 'bindfs'
|
||||||
pkgname=bindfs
|
pkgname=bindfs
|
||||||
version=1.14.8
|
version=1.15.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fuse-devel"
|
makedepends="fuse3-devel"
|
||||||
checkdepends="valgrind"
|
|
||||||
short_desc="FUSE filesystem for mounting a directory to another location"
|
short_desc="FUSE filesystem for mounting a directory to another location"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://bindfs.org"
|
homepage="https://bindfs.org"
|
||||||
distfiles="https://bindfs.org/downloads/bindfs-${version}.tar.gz"
|
distfiles="https://bindfs.org/downloads/bindfs-${version}.tar.gz"
|
||||||
checksum=e5ca5aff55204b993a025a77c3f8c0e2ee901ba8059d71bea11de2cc685ec497
|
checksum=04dd3584a6cdf9af4344d403c62185ca9fab31ce3ae5a25d0101bc10936c68ab
|
||||||
|
#cannot mount
|
||||||
|
make_check=no
|
||||||
|
|
Loading…
Reference in a new issue