Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/htop: bump to version 3.1.1
@ 2021-10-17 13:24 Francois Perrad
  2021-10-18 19:21 ` Thomas Petazzoni
  2021-10-25 10:56 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2021-10-17 13:24 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/htop/htop.hash | 2 +-
 package/htop/htop.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/htop/htop.hash b/package/htop/htop.hash
index 812392340..9de7926e3 100644
--- a/package/htop/htop.hash
+++ b/package/htop/htop.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  200a4f9331d0e5048bf9bda6a8dee38248c557e471b9e57ff3784853efd613a9  htop-3.1.0.tar.gz
+sha256  b52280ad05a535ec632fbcd47e8e2c40a9376a9ddbd7caa00b38b9d6bb87ced6  htop-3.1.1.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/htop/htop.mk b/package/htop/htop.mk
index b5aab3c30..cb434f3fb 100644
--- a/package/htop/htop.mk
+++ b/package/htop/htop.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-HTOP_VERSION = 3.1.0
+HTOP_VERSION = 3.1.1
 HTOP_SITE = $(call github,htop-dev,htop,$(HTOP_VERSION))
 HTOP_DEPENDENCIES = ncurses
 HTOP_AUTORECONF = YES
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/htop: bump to version 3.1.1
  2021-10-17 13:24 [Buildroot] [PATCH] package/htop: bump to version 3.1.1 Francois Perrad
@ 2021-10-18 19:21 ` Thomas Petazzoni
  2021-10-25 10:56 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-10-18 19:21 UTC (permalink / raw)
  To: Francois Perrad; +Cc: buildroot

On Sun, 17 Oct 2021 15:24:58 +0200
Francois Perrad <fperrad@gmail.com> wrote:

> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/htop/htop.hash | 2 +-
>  package/htop/htop.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/htop: bump to version 3.1.1
  2021-10-17 13:24 [Buildroot] [PATCH] package/htop: bump to version 3.1.1 Francois Perrad
  2021-10-18 19:21 ` Thomas Petazzoni
@ 2021-10-25 10:56 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-10-25 10:56 UTC (permalink / raw)
  To: Francois Perrad; +Cc: buildroot

>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:

 > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
 > ---
 >  package/htop/htop.hash | 2 +-
 >  package/htop/htop.mk   | 2 +-
 >  2 files changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/htop/htop.hash b/package/htop/htop.hash
 > index 812392340..9de7926e3 100644
 > --- a/package/htop/htop.hash
 > +++ b/package/htop/htop.hash
 > @@ -1,3 +1,3 @@
 >  # Locally calculated
 > -sha256  200a4f9331d0e5048bf9bda6a8dee38248c557e471b9e57ff3784853efd613a9  htop-3.1.0.tar.gz
 > +sha256  b52280ad05a535ec632fbcd47e8e2c40a9376a9ddbd7caa00b38b9d6bb87ced6  htop-3.1.1.tar.gz
 >  sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
 > diff --git a/package/htop/htop.mk b/package/htop/htop.mk
 > index b5aab3c30..cb434f3fb 100644
 > --- a/package/htop/htop.mk
 > +++ b/package/htop/htop.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -HTOP_VERSION = 3.1.0
 > +HTOP_VERSION = 3.1.1

The changelog has a statement:

- Update license headers to explicitly say GPLv2+

https://github.com/htop-dev/htop/blob/3.1.1/ChangeLog

But we still have HTOP_LICENSE = GPL-2.0, so that doesn't sound right.

Care to send a patch to fix that?

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-25 10:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-17 13:24 [Buildroot] [PATCH] package/htop: bump to version 3.1.1 Francois Perrad
2021-10-18 19:21 ` Thomas Petazzoni
2021-10-25 10:56 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox