Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion srcpkgs/incus/files/README.voidlinux
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ variable in `/etc/rc.conf` be set to `unified`.
Optional dependencies:

To run virtual machines, install `qemu` and `edk2-ovmf`.
To run OCI containers, install `skopeo` and `umoci`.
To run OCI containers, install `skopeo`.
4 changes: 2 additions & 2 deletions srcpkgs/incus/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'incus'
pkgname=incus
version=6.12.0
version=6.15.0
revision=1
build_style=go
build_helper=qemu
Expand All @@ -18,7 +18,7 @@ maintainer="dkwo <npiazza@disroot.org>"
license="Apache-2.0"
homepage="https://linuxcontainers.org/incus"
distfiles="https://github.com/lxc/incus/archive/refs/tags/v${version}.tar.gz"
checksum=98532b05b2083b3ff112a08c5f39643b7e744366bdd698a32cbe8b60decb42f3
checksum=49091d8d16d21e2e891c82b19abfd860a1aa2bbcc3fb35e7d21f6ff6a9850abb
system_groups="_incus-admin _incus"
make_dirs="
/var/lib/incus 0755 root root
Expand Down