From 42a08ce1a01df40f23259417b68ba8d86c03a38c Mon Sep 17 00:00:00 2001 From: Leonardo Arena <rnalrd@alpinelinux.org> Date: Fri, 28 Mar 2025 07:19:55 +0000 Subject: [PATCH] community/incus-feature: upgrade to 6.11.0 --- community/incus-feature/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/community/incus-feature/APKBUILD b/community/incus-feature/APKBUILD index 87369afa075e..0d68eed0f30a 100644 --- a/community/incus-feature/APKBUILD +++ b/community/incus-feature/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=incus-feature -pkgver=6.10.0 -pkgrel=1 +pkgver=6.11.0 +pkgrel=0 pkgdesc="Powerful system container and virtual machine manager - Feature branch" url="https://github.com/lxc/incus" arch="all" @@ -14,6 +14,7 @@ depends="acl ca-certificates dbus dnsmasq + lego lxc iproute2 iptables @@ -204,11 +205,11 @@ oci() { check() { # FIXME: disable failing tests - go test -v -skip "TestCluster_*|TestIntegration_UnixSocket|TestContainerTestSuite_*|TestDotGo|TestParse|TestPackages|TestConvertNetworkConfig|TestSnapshotCommon|TestHttpRequest" ./... + go test -v -skip "TestCluster_*|TestIntegration_UnixSocket|TestContainerTestSuite_*|TestDotGo|TestParse|TestPackages|TestConvertNetworkConfig|TestSnapshotCommon|TestHttpRequest|TestArchitectureFirmwarePairs" ./... } sha512sums=" -d3662721a3bb5c07cfab70abcb8041ca25a51af7d9fbb282f5b73b3716cf3c21e8f5f846a42895c880650f4b26c0c2fbafa3b8faafc02d4bc053ed1069d40fbc incus-feature-6.10.0.tar.gz +99062432dda1878623e40a67fb056d96e5e052655ac49f0bcbd2ec1d04ae5a6be6ea63e579990e833ad1026e4ce63005f34834f7b5640d639bd6a9dcfb803853 incus-feature-6.11.0.tar.gz 0340f06589acc1509d6cf4c844320f23a40e8da9d6fd1aab59b7424b286bb109e81ded97e26b9a1467f64f378914f4d13f9726c48188468900ab8d88eb528d91 incusd.confd ca8762648020b4c933879a7a01b3f6699e9efc1dc1141228342e6619d7e9b07b13d359121767d8cd1ce6d83752ced226964138040454eebec17a3479acdbcda3 incusd.initd a495ca525f2d98771e076026e9046f5d120aa929ed114cae330829ad698c4dbc5d80ed815328f3558584520f6c8d44d7b037721eb977b70f0ad288f6ad19e9cf incus-feature-agent.initd -- GitLab