mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Bump to version 2025.05.28. See release note: https://github.com/usbarmory/crucible/releases/tag/v2025.05.28 Signed-off-by: Fabio Estevam <festevam@gmail.com> [Julien: add link to release note] Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
403 B
Makefile
14 lines
403 B
Makefile
################################################################################
|
|
#
|
|
# crucible
|
|
#
|
|
################################################################################
|
|
|
|
CRUCIBLE_VERSION = 2025.05.28
|
|
CRUCIBLE_SITE = $(call github,usbarmory,crucible,v$(CRUCIBLE_VERSION))
|
|
CRUCIBLE_LICENSE = BSD-3-Clause
|
|
CRUCIBLE_LICENSE_FILES = LICENSE
|
|
CRUCIBLE_GOMOD = ./cmd/crucible
|
|
|
|
$(eval $(golang-package))
|