package/cukinia: bump to version 0.8.0

For the release note, see [1].
For a full change log since v0.6.0, see [2].

Note that the package license changed from "Apache-2.0 or GPL-3.0"
to Apache-2.0 only. See upstream commit [3]. This commit updates
the hash file, _LICENSE and _LICENSE_FILES accordingly.

[1] https://github.com/savoirfairelinux/cukinia/releases/tag/v0.8.0
[2] https://github.com/savoirfairelinux/cukinia/compare/v0.6.0...v0.8.0
[3] e514a2ecea

Signed-off-by: Serosh Deljam <serosh.deljam@savoirfairelinux.com>
[Julien: add info in commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Serosh Deljam
2025-07-22 13:34:52 -04:00
committed by Julien Olivain
parent 38c5b1e29e
commit 7be91747f8
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
# locally computed
sha256 79dc77c7b9f2784e7d22d961dd2c4ad9c78deebbc6e8f39df4fa214118682b40 cukinia-0.6.0.tar.gz
sha256 8f608571354d87f7ec2949bd335c616881c05f66fc60d7a2fc7488369c9d307d cukinia-0.8.0.tar.gz
sha256 b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1 LICENSE
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPLv3

View File

@@ -4,10 +4,10 @@
#
################################################################################
CUKINIA_VERSION = 0.6.0
CUKINIA_VERSION = 0.8.0
CUKINIA_SITE = $(call github,savoirfairelinux,cukinia,v$(CUKINIA_VERSION))
CUKINIA_LICENSE = Apache-2.0 or GPL-3.0
CUKINIA_LICENSE_FILES = LICENSE LICENSE.GPLv3
CUKINIA_LICENSE = Apache-2.0
CUKINIA_LICENSE_FILES = LICENSE
define CUKINIA_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/cukinia $(TARGET_DIR)/usr/bin/cukinia