All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libglew: bump version to 2.3.1
@ 2026-08-13 21:35 Bernd Kuhls
  2026-08-15 16:30 ` Julien Olivain via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2026-08-13 21:35 UTC (permalink / raw)
  To: buildroot

https://glew.sourceforge.net/log.html

Switched to sha256 tarball provided by upstream.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
Gitlab pipelines passed:
https://gitlab.com/bkuhls/buildroot/-/commits/68b1dade7e0b49f2d0093a6b8c6ef51ba14f4d58

when https://patchwork.ozlabs.org/project/buildroot/patch/20260813213348.3653337-1-bernd@kuhls.net/
was added to the tree.

 package/libglew/libglew.hash | 3 ++-
 package/libglew/libglew.mk   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/libglew/libglew.hash b/package/libglew/libglew.hash
index 29e63fa308..ded463a609 100644
--- a/package/libglew/libglew.hash
+++ b/package/libglew/libglew.hash
@@ -1,3 +1,4 @@
+# From https://github.com/nigels-com/glew/releases/tag/glew-2.3.1
+sha256  b64790f94b926acd7e8f84c5d6000a86cb43967bd1e688b03089079799c9e889  glew-2.3.1.tgz
 # Locally computed:
-sha256  d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1  glew-2.2.0.tgz
 sha256  8991cd11befec7c6a63662700f03c0cc42e864b6e77c7e70b80297c951a7f0ff  LICENSE.txt
diff --git a/package/libglew/libglew.mk b/package/libglew/libglew.mk
index c9c49e6987..6c9e09c718 100644
--- a/package/libglew/libglew.mk
+++ b/package/libglew/libglew.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBGLEW_VERSION = 2.2.0
+LIBGLEW_VERSION = 2.3.1
 LIBGLEW_SOURCE = glew-$(LIBGLEW_VERSION).tgz
 LIBGLEW_SITE = https://github.com/nigels-com/glew/releases/download/glew-$(LIBGLEW_VERSION)
 LIBGLEW_LICENSE = BSD-3-Clause, MIT
-- 
2.47.3

_______________________________________________
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:[~2026-08-15 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13 21:35 [Buildroot] [PATCH 1/1] package/libglew: bump version to 2.3.1 Bernd Kuhls
2026-08-15 16:30 ` Julien Olivain 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.