mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
virtiofsd: update to 1.10.1
This commit is contained in:
parent
d1d47733ce
commit
307a95de02
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'virtiofsd'
|
||||
pkgname=virtiofsd
|
||||
version=1.8.0
|
||||
version=1.10.1
|
||||
revision=1
|
||||
build_style=cargo
|
||||
makedepends="libcap-ng-devel libseccomp-devel"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Matthias von Faber <mvf@gmx.eu>"
|
|||
license="Apache-2.0, BSD-3-Clause"
|
||||
homepage="https://gitlab.com/virtio-fs/virtiofsd"
|
||||
distfiles="https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${version}/virtiofsd-v${version}.tar.gz"
|
||||
checksum=35a59628c44da64d72b25cbdea54fe2fa68ecd42482f34c4755f4020e6dc280b
|
||||
checksum=7d7cc7e9aa41f2f20864f2981b66fd2cfac06004399a990b865df18fbdecefde
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" = 32 ]; then
|
||||
broken="https://gitlab.com/virtio-fs/virtiofsd/-/issues/114"
|
||||
|
@ -17,7 +17,7 @@ fi
|
|||
|
||||
do_install() {
|
||||
vinstall "target/${RUST_TARGET}/release/virtiofsd" 755 usr/libexec
|
||||
vinstall 50-qemu-virtiofsd.json 644 usr/share/qemu/vhost-user
|
||||
vinstall 50-virtiofsd.json 644 usr/share/qemu/vhost-user
|
||||
|
||||
vdoc README.md
|
||||
vdoc doc/xattr-mapping.md
|
||||
|
|
Loading…
Add table
Reference in a new issue