summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2021-07-26 09:44:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-07-26 14:32:57 +0200
commit5586ff6371d9e499439520ed8262b47dc9ba0cee (patch)
treee50fadb294e018bda45e8adc901d206e3fb3e7f4
parentc56eee789b46631fa815f469a487e50fb674a6e8 (diff)
downloadptxdist-5586ff6371d9e499439520ed8262b47dc9ba0cee.tar.gz
ptxdist-5586ff6371d9e499439520ed8262b47dc9ba0cee.tar.xz
glslang: version bump 11.4.0 -> 11.5.0
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20210726074429.4658-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/glslang.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/glslang.make b/rules/glslang.make
index 18dfa4b39..76ee41ba4 100644
--- a/rules/glslang.make
+++ b/rules/glslang.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
#
# Paths and names
#
-GLSLANG_VERSION := 11.4.0
-GLSLANG_MD5 := 40780ba8c5475482c047027487e56466
+GLSLANG_VERSION := 11.5.0
+GLSLANG_MD5 := 6c86e1a5d65815a707af3bead744804c
GLSLANG := glslang-$(GLSLANG_VERSION)
GLSLANG_SUFFIX := tar.gz
GLSLANG_URL := https://github.com/KhronosGroup/glslang/archive/$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)