Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/stellarium: fix sha256 hash
@ 2022-07-08 15:00 Bernd Kuhls
  2022-07-08 15:00 ` [Buildroot] [PATCH 2/2] package/stellarium: bump version to 0.22.2 Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2022-07-08 15:00 UTC (permalink / raw)
  To: buildroot

https://git.busybox.net/buildroot/commit/package/stellarium?id=5de73f0b685d7c2d096e3d28a50f2e89ed68c52c
forgot to change the filename to be checked with the sha256 hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/stellarium/stellarium.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/stellarium/stellarium.hash b/package/stellarium/stellarium.hash
index 64238ad163..c742df464f 100644
--- a/package/stellarium/stellarium.hash
+++ b/package/stellarium/stellarium.hash
@@ -1,5 +1,5 @@
 # From https://github.com/Stellarium/stellarium/releases
 sha1  55b5915dfb616b9748e1c2d2de6150f7159cf36c  stellarium-0.22.1.tar.gz
-sha256  61a595ecc345dcc7517359573d0dc772e67ecaf6d52fefab142a77c92cf3fa24  stellarium-0.22.0.tar.gz
+sha256  61a595ecc345dcc7517359573d0dc772e67ecaf6d52fefab142a77c92cf3fa24  stellarium-0.22.1.tar.gz
 # Locally computed
 sha256  3aeeb5bb98bf7041ab82cffe15efa28ac58ee2bdf162b71301f5c192be631259  COPYING
-- 
2.30.2

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

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

* [Buildroot] [PATCH 2/2] package/stellarium: bump version to 0.22.2
  2022-07-08 15:00 [Buildroot] [PATCH 1/2] package/stellarium: fix sha256 hash Bernd Kuhls
@ 2022-07-08 15:00 ` Bernd Kuhls
  2022-07-18 12:58 ` [Buildroot] [PATCH 1/2] package/stellarium: fix sha256 hash Thomas Petazzoni via buildroot
  2022-08-10 15:34 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2022-07-08 15:00 UTC (permalink / raw)
  To: buildroot

Release notes:
http://stellarium.org/release/2022/07/07/stellarium-0.22.2.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/stellarium/stellarium.hash | 4 ++--
 package/stellarium/stellarium.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/stellarium/stellarium.hash b/package/stellarium/stellarium.hash
index c742df464f..eeb47e2092 100644
--- a/package/stellarium/stellarium.hash
+++ b/package/stellarium/stellarium.hash
@@ -1,5 +1,5 @@
 # From https://github.com/Stellarium/stellarium/releases
-sha1  55b5915dfb616b9748e1c2d2de6150f7159cf36c  stellarium-0.22.1.tar.gz
-sha256  61a595ecc345dcc7517359573d0dc772e67ecaf6d52fefab142a77c92cf3fa24  stellarium-0.22.1.tar.gz
+sha1  3661b4e8a94e7a520873fa22ddc79f39904eb1c4   stellarium-0.22.2.tar.gz
+sha256  31e965d32cafc0fbad212c7ef4efbeac988f909206013554e1fe35123ebb9376  stellarium-0.22.2.tar.gz
 # Locally computed
 sha256  3aeeb5bb98bf7041ab82cffe15efa28ac58ee2bdf162b71301f5c192be631259  COPYING
diff --git a/package/stellarium/stellarium.mk b/package/stellarium/stellarium.mk
index 9c24263a43..769e7049c1 100644
--- a/package/stellarium/stellarium.mk
+++ b/package/stellarium/stellarium.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-STELLARIUM_VERSION = 0.22.1
+STELLARIUM_VERSION = 0.22.2
 STELLARIUM_SITE = https://github.com/Stellarium/stellarium/releases/download/v$(STELLARIUM_VERSION)
 STELLARIUM_LICENSE = GPL-2.0+
 STELLARIUM_LICENSE_FILES = COPYING
-- 
2.30.2

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

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

* Re: [Buildroot] [PATCH 1/2] package/stellarium: fix sha256 hash
  2022-07-08 15:00 [Buildroot] [PATCH 1/2] package/stellarium: fix sha256 hash Bernd Kuhls
  2022-07-08 15:00 ` [Buildroot] [PATCH 2/2] package/stellarium: bump version to 0.22.2 Bernd Kuhls
@ 2022-07-18 12:58 ` Thomas Petazzoni via buildroot
  2022-08-10 15:34 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-07-18 12:58 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Fri,  8 Jul 2022 17:00:30 +0200
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> https://git.busybox.net/buildroot/commit/package/stellarium?id=5de73f0b685d7c2d096e3d28a50f2e89ed68c52c
> forgot to change the filename to be checked with the sha256 hash.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/stellarium/stellarium.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both 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] 4+ messages in thread

* Re: [Buildroot] [PATCH 1/2] package/stellarium: fix sha256 hash
  2022-07-08 15:00 [Buildroot] [PATCH 1/2] package/stellarium: fix sha256 hash Bernd Kuhls
  2022-07-08 15:00 ` [Buildroot] [PATCH 2/2] package/stellarium: bump version to 0.22.2 Bernd Kuhls
  2022-07-18 12:58 ` [Buildroot] [PATCH 1/2] package/stellarium: fix sha256 hash Thomas Petazzoni via buildroot
@ 2022-08-10 15:34 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-08-10 15:34 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > https://git.busybox.net/buildroot/commit/package/stellarium?id=5de73f0b685d7c2d096e3d28a50f2e89ed68c52c
 > forgot to change the filename to be checked with the sha256 hash.

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2022.05.x, thanks.

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

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

end of thread, other threads:[~2022-08-10 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-08 15:00 [Buildroot] [PATCH 1/2] package/stellarium: fix sha256 hash Bernd Kuhls
2022-07-08 15:00 ` [Buildroot] [PATCH 2/2] package/stellarium: bump version to 0.22.2 Bernd Kuhls
2022-07-18 12:58 ` [Buildroot] [PATCH 1/2] package/stellarium: fix sha256 hash Thomas Petazzoni via buildroot
2022-08-10 15:34 ` Peter Korsgaard

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