package/crucible: update LICENSE information
Since crucible commit 7fe0bb96da65 ("move to BSD style license") the license has been changed to BSD-3. This changed happened for the 2023.11.02 release of crucible, to which the Buildroot package was bumped in Buildroot commitbe3f95ed14
. Change the license type and hash accordingly. Fixes: - http://autobuild.buildroot.net/results/14dfa0a47be54929c527c12fe9b95f34c1d8c7f5/ Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit9f4cae383a
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
69125a8fb8
commit
1faf9b2987
@ -1,2 +1,2 @@
|
||||
sha256 d21842f050163765269290d72fe79d3f95005038e865138d94e247cb455098da crucible-2023.11.02.tar.gz
|
||||
sha256 d88514630470aec9fa7abdc990a1e0a8751a752321bffa868188c49009d64d59 LICENSE
|
||||
sha256 a89c50d83be30fe7ec75be69a07f6c1b5dfaae0a6b94a678d2394fff34acb69c LICENSE
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
CRUCIBLE_VERSION = 2023.11.02
|
||||
CRUCIBLE_SITE = $(call github,usbarmory,crucible,v$(CRUCIBLE_VERSION))
|
||||
CRUCIBLE_LICENSE = GPL-3.0
|
||||
CRUCIBLE_LICENSE = BSD-3-Clause
|
||||
CRUCIBLE_LICENSE_FILES = LICENSE
|
||||
CRUCIBLE_GOMOD = ./cmd/crucible
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user