diff mbox series

[1/1] package/tbtools: add hashes

Message ID 20240512074753.251535-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/tbtools: add hashes | expand

Commit Message

Fabrice Fontaine May 12, 2024, 7:47 a.m. UTC
Commit 8d5b3aac435880333833d4a3909b1818fe8af045 forgot to add a hash
file. Moreover, also update TBTOOLS_VERSION to match what is returned by
https://release-monitoring.org/project/372327

Fixes: 8d5b3aac435880333833d4a3909b1818fe8af045

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/tbtools/tbtools.hash | 3 +++
 package/tbtools/tbtools.mk   | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 package/tbtools/tbtools.hash

Comments

Thomas Petazzoni May 12, 2024, 7:53 a.m. UTC | #1
On Sun, 12 May 2024 09:47:53 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Commit 8d5b3aac435880333833d4a3909b1818fe8af045 forgot to add a hash
> file. Moreover, also update TBTOOLS_VERSION to match what is returned by
> https://release-monitoring.org/project/372327
> 
> Fixes: 8d5b3aac435880333833d4a3909b1818fe8af045
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/tbtools/tbtools.hash | 3 +++
>  package/tbtools/tbtools.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 2 deletions(-)
>  create mode 100644 package/tbtools/tbtools.hash

Dammit, how can I have missed this when reviewing :-/

Thanks a lot for fixing it, applied!

Thomas
Mika Westerberg May 12, 2024, 10:04 a.m. UTC | #2
On Sun, May 12, 2024 at 09:53:41AM +0200, Thomas Petazzoni wrote:
> On Sun, 12 May 2024 09:47:53 +0200
> Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> 
> > Commit 8d5b3aac435880333833d4a3909b1818fe8af045 forgot to add a hash
> > file. Moreover, also update TBTOOLS_VERSION to match what is returned by
> > https://release-monitoring.org/project/372327
> > 
> > Fixes: 8d5b3aac435880333833d4a3909b1818fe8af045
> > 
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> > ---
> >  package/tbtools/tbtools.hash | 3 +++
> >  package/tbtools/tbtools.mk   | 4 ++--
> >  2 files changed, 5 insertions(+), 2 deletions(-)
> >  create mode 100644 package/tbtools/tbtools.hash
> 
> Dammit, how can I have missed this when reviewing :-/

Sorry about missing these.

Thanks for fixing! :)
diff mbox series

Patch

diff --git a/package/tbtools/tbtools.hash b/package/tbtools/tbtools.hash
new file mode 100644
index 0000000000..ebd838ebe1
--- /dev/null
+++ b/package/tbtools/tbtools.hash
@@ -0,0 +1,3 @@ 
+# Locally calculated
+sha256  e5ddbcb3dcf6315a1fe6fe2d4846b5208e75f24e626d43a0ea68358e8b15dba7  tbtools-0.3.2-cargo2.tar.gz
+sha256  9b16a3add311d607af8d9b348a842a37840d0f47dfcc6cf2a7756ee02c24ed69  LICENSE
diff --git a/package/tbtools/tbtools.mk b/package/tbtools/tbtools.mk
index 94340616db..36bfcd7f49 100644
--- a/package/tbtools/tbtools.mk
+++ b/package/tbtools/tbtools.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-TBTOOLS_VERSION = v0.3.2
-TBTOOLS_SITE = $(call github,intel,tbtools,$(TBTOOLS_VERSION))
+TBTOOLS_VERSION = 0.3.2
+TBTOOLS_SITE = $(call github,intel,tbtools,v$(TBTOOLS_VERSION))
 TBTOOLS_LICENSE = MIT
 TBTOOLS_LICENSE_FILES = LICENSE
 TBTOOLS_DEPENDENCIES = udev