summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2022-04-20 11:32:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-04-22 08:59:53 +0200
commit06e63c32a9be177e1b60981555ade85d57a517a2 (patch)
tree2d87971598ffc9cf99dfce5f5f9b61bd798e81d4
parent083faa476f86bf50d7559bad962cfbc0d26cfb9c (diff)
downloadptxdist-06e63c32a9be177e1b60981555ade85d57a517a2.tar.gz
ptxdist-06e63c32a9be177e1b60981555ade85d57a517a2.tar.xz
glslang: version bump 1.3.204.1 -> 1.3.211.0
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20220420093249.3964925-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 b31424b6b..b147e54f1 100644
--- a/rules/glslang.make
+++ b/rules/glslang.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
#
# Paths and names
#
-GLSLANG_VERSION := 1.3.204.1
-GLSLANG_MD5 := a0ee2bb1425ddbaaff6a7e1312035d10
+GLSLANG_VERSION := 1.3.211.0
+GLSLANG_MD5 := 08472667c9721157feb9bf025f8719f6
GLSLANG := glslang-$(GLSLANG_VERSION)
GLSLANG_SUFFIX := tar.gz
GLSLANG_URL := https://github.com/KhronosGroup/glslang/archive/sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)