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/incus/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Template file for 'incus'
pkgname=incus
version=6.22.0
version=7.0.1
revision=1
build_style=go
build_helper=qemu
go_import_path=github.com/lxc/incus/v6
go_import_path=github.com/lxc/incus/v7
go_build_tags="libsqlite3"
go_package="${go_import_path}/cmd/..."
make_check_args="-skip TestConvertNetworkConfig"
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=5e8a8526e0f2f9b4062a9e40c09e335986ea24981b706487988ca06a7b323a52
checksum=69068dd6cd94eb70d3cb007140eb6b3211937ebfd16f6cedb0ee5e5aa073a2dc
system_groups="_incus-admin _incus"
make_dirs="
/var/lib/incus 0755 root root
Expand Down