* [Buildroot] [PATCH 1/1] package/crucible: fix CRUCIBLE_VERSION
@ 2022-07-17 22:22 Fabrice Fontaine
2022-07-18 10:11 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-07-17 22:22 UTC (permalink / raw)
To: buildroot; +Cc: Fabio Estevam, Fabrice Fontaine
Make CRUCIBLE_VERSION compatible with https://release-monitoring.org
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/crucible/crucible.hash | 2 +-
package/crucible/crucible.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/crucible/crucible.hash b/package/crucible/crucible.hash
index ad8a2cb35c..d0a2a63fab 100644
--- a/package/crucible/crucible.hash
+++ b/package/crucible/crucible.hash
@@ -1,2 +1,2 @@
-sha256 51e911ce5e2a9f182a737b71f6e2bbf46fb80bb3252220cd99ffaf54d38e6c64 crucible-v2022.05.25.tar.gz
+sha256 1229c7d1587a97e9f3d456392e06c7be288bacf6ffb68c940d497bf55edab20b crucible-2022.05.25.tar.gz
sha256 d88514630470aec9fa7abdc990a1e0a8751a752321bffa868188c49009d64d59 LICENSE
diff --git a/package/crucible/crucible.mk b/package/crucible/crucible.mk
index e9038f8cff..fdad709dde 100644
--- a/package/crucible/crucible.mk
+++ b/package/crucible/crucible.mk
@@ -4,8 +4,8 @@
#
################################################################################
-CRUCIBLE_VERSION = v2022.05.25
-CRUCIBLE_SITE = $(call github,usbarmory,crucible,$(CRUCIBLE_VERSION))
+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
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-18 10:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-17 22:22 [Buildroot] [PATCH 1/1] package/crucible: fix CRUCIBLE_VERSION Fabrice Fontaine
2022-07-18 10:11 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.