[Buildroot] [git commit] package/triggerhappy: use git tag instead of hash

Yann E. MORIN yann.morin.1998 at free.fr
Sun Oct 10 20:23:26 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=ab683f97ae824bf7787d3f9b61c501af39e5b402
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Use release/0.5.0 tag instead of commit hash so
http://autobuild.buildroot.org/stats will report package as up to date

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/triggerhappy/triggerhappy.hash | 2 +-
 package/triggerhappy/triggerhappy.mk   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/triggerhappy/triggerhappy.hash b/package/triggerhappy/triggerhappy.hash
index ab736cada3..0bb53f9455 100644
--- a/package/triggerhappy/triggerhappy.hash
+++ b/package/triggerhappy/triggerhappy.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  1b3221963b9adca26eacc5442d8c2422cf2072f8adde1dbd691a69b37a583fb1  triggerhappy-b822888066129350e51ad79f1cf307fa38dae4f7.tar.gz
+sha256  af0fc196202f2d35153be401769a9ad9107b5b6387146cfa8895ae9cafad631c  triggerhappy-0.5.0.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/triggerhappy/triggerhappy.mk b/package/triggerhappy/triggerhappy.mk
index f83a557804..bb30e7ce1d 100644
--- a/package/triggerhappy/triggerhappy.mk
+++ b/package/triggerhappy/triggerhappy.mk
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-TRIGGERHAPPY_VERSION = b822888066129350e51ad79f1cf307fa38dae4f7
-TRIGGERHAPPY_SITE = $(call github,wertarbyte,triggerhappy,$(TRIGGERHAPPY_VERSION))
+TRIGGERHAPPY_VERSION = 0.5.0
+TRIGGERHAPPY_SITE = \
+	$(call github,wertarbyte,triggerhappy,release/$(TRIGGERHAPPY_VERSION))
 TRIGGERHAPPY_LICENSE = GPL-3.0+
 TRIGGERHAPPY_LICENSE_FILES = COPYING
 TRIGGERHAPPY_DEPENDENCIES = host-pkgconf


More information about the buildroot mailing list