Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/qemuconf/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'qemuconf'
pkgname=qemuconf
version=0.2.1
revision=3
version=0.2.2
revision=1
build_style=gnu-makefile
make_install_target="install-runit"
conf_files="/etc/qemu.d/generic.conf"
Expand All @@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://github.com/Gottox/qemuconf"
distfiles="https://github.com/Gottox/qemuconf/archive/v${version}.tar.gz"
checksum=8b57872e6f7d281e7ed7d142ff05efb50e2fbe2c46e656a30fbb1705b4382548
checksum=20492435b6d02f8130cbb30f755eafc9a8dec122ea5def24edb253d678c649b8

post_install() {
vinstall generic.conf 644 etc/qemu.d
Expand Down