cb433ecfd0
Make CRUCIBLE_VERSION compatible with https://release-monitoring.org Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
398 B
Makefile
14 lines
398 B
Makefile
################################################################################
|
|
#
|
|
# crucible
|
|
#
|
|
################################################################################
|
|
|
|
CRUCIBLE_VERSION = 2022.05.25
|
|
CRUCIBLE_SITE = $(call github,usbarmory,crucible,v$(CRUCIBLE_VERSION))
|
|
CRUCIBLE_LICENSE = GPL-3.0
|
|
CRUCIBLE_LICENSE_FILES = LICENSE
|
|
CRUCIBLE_GOMOD = ./cmd/crucible
|
|
|
|
$(eval $(golang-package))
|