All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libvpl: bump version to 2.14.0
@ 2024-12-29 20:22 Bernd Kuhls
  2024-12-29 20:22 ` [Buildroot] [PATCH 2/2] package/intel-gmmlib: bump version to 22.6.0 Bernd Kuhls
  2024-12-29 22:47 ` [Buildroot] [PATCH 1/2] package/libvpl: bump version to 2.14.0 Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2024-12-29 20:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/libvpl/libvpl.hash | 2 +-
 package/libvpl/libvpl.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libvpl/libvpl.hash b/package/libvpl/libvpl.hash
index 0e7abd1e19..b88972415e 100644
--- a/package/libvpl/libvpl.hash
+++ b/package/libvpl/libvpl.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  1c740e2b58f7853f56b618bdb7d4a7e5d37f8c1a9b30105a0b79ba80873e1cbd  libvpl-2.13.0.tar.gz
+sha256  7c6bff1c1708d910032c2e6c44998ffff3f5fdbf06b00972bc48bf2dd9e5ac06  libvpl-2.14.0.tar.gz
 sha256  bf1cfac2e2792b6e1e995ce103d70796aecaf2ec7e4c5fe5474f7acec7b4a677  LICENSE
diff --git a/package/libvpl/libvpl.mk b/package/libvpl/libvpl.mk
index 8a75ce22df..0296cd7b5d 100644
--- a/package/libvpl/libvpl.mk
+++ b/package/libvpl/libvpl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBVPL_VERSION = 2.13.0
+LIBVPL_VERSION = 2.14.0
 LIBVPL_SITE = $(call github,intel,libvpl,v$(LIBVPL_VERSION))
 LIBVPL_LICENSE = MIT
 LIBVPL_LICENSE_FILES = LICENSE
-- 
2.39.5

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

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

* [Buildroot] [PATCH 2/2] package/intel-gmmlib: bump version to 22.6.0
  2024-12-29 20:22 [Buildroot] [PATCH 1/2] package/libvpl: bump version to 2.14.0 Bernd Kuhls
@ 2024-12-29 20:22 ` Bernd Kuhls
  2024-12-29 22:47 ` [Buildroot] [PATCH 1/2] package/libvpl: bump version to 2.14.0 Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2024-12-29 20:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/intel-gmmlib/intel-gmmlib.hash | 2 +-
 package/intel-gmmlib/intel-gmmlib.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/intel-gmmlib/intel-gmmlib.hash b/package/intel-gmmlib/intel-gmmlib.hash
index 9c2f3526bb..9b421af3ed 100644
--- a/package/intel-gmmlib/intel-gmmlib.hash
+++ b/package/intel-gmmlib/intel-gmmlib.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  08db696071510b7e03aa2d9fb7375c6c35f7c327ecd6747424c664c622bb4377  intel-gmmlib-22.5.5.tar.gz
+sha256  2be3de25e45ed6b32d6ea173510b9e4ce141c22f9d6ed18dd5b574b33f34748c  intel-gmmlib-22.6.0.tar.gz
 sha256  8b7446825df3f8b0268307e272aa6aaaf78351c83161d860d02c913c22666c48  LICENSE.md
diff --git a/package/intel-gmmlib/intel-gmmlib.mk b/package/intel-gmmlib/intel-gmmlib.mk
index 81aa1a9af8..66b0d1629a 100644
--- a/package/intel-gmmlib/intel-gmmlib.mk
+++ b/package/intel-gmmlib/intel-gmmlib.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-INTEL_GMMLIB_VERSION = 22.5.5
+INTEL_GMMLIB_VERSION = 22.6.0
 INTEL_GMMLIB_SITE = https://github.com/intel/gmmlib/archive
 INTEL_GMMLIB_LICENSE = MIT
 INTEL_GMMLIB_LICENSE_FILES = LICENSE.md
-- 
2.39.5

_______________________________________________
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 1/2] package/libvpl: bump version to 2.14.0
  2024-12-29 20:22 [Buildroot] [PATCH 1/2] package/libvpl: bump version to 2.14.0 Bernd Kuhls
  2024-12-29 20:22 ` [Buildroot] [PATCH 2/2] package/intel-gmmlib: bump version to 22.6.0 Bernd Kuhls
@ 2024-12-29 22:47 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-12-29 22:47 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Sun, 29 Dec 2024 21:22:31 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:

> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/libvpl/libvpl.hash | 2 +-
>  package/libvpl/libvpl.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Series 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

end of thread, other threads:[~2024-12-29 22:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-29 20:22 [Buildroot] [PATCH 1/2] package/libvpl: bump version to 2.14.0 Bernd Kuhls
2024-12-29 20:22 ` [Buildroot] [PATCH 2/2] package/intel-gmmlib: bump version to 22.6.0 Bernd Kuhls
2024-12-29 22:47 ` [Buildroot] [PATCH 1/2] package/libvpl: bump version to 2.14.0 Thomas Petazzoni 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.