summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2021-11-25 13:11:58 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-11-25 17:18:15 +0100
commitae52ee8e42863f5f544f05a295b46f3365e764c9 (patch)
tree4a6c4e060a4d261724ae397b22a3d94a672438c3
parent5e16d3089eb33d109048b91f61579a70710caf67 (diff)
downloadptxdist-ae52ee8e42863f5f544f05a295b46f3365e764c9.tar.gz
ptxdist-ae52ee8e42863f5f544f05a295b46f3365e764c9.tar.xz
glslang: version bump 11.6.0 -> 11.7.1
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20211125121159.3468135-5-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 3c1908bff..e031d6f89 100644
--- a/rules/glslang.make
+++ b/rules/glslang.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang
#
# Paths and names
#
-GLSLANG_VERSION := 11.6.0
-GLSLANG_MD5 := 37918eefd58acd7309faf96fb83ab4ce
+GLSLANG_VERSION := 11.7.1
+GLSLANG_MD5 := 0855c7b65da1e9be5ff89eeddeda691a
GLSLANG := glslang-$(GLSLANG_VERSION)
GLSLANG_SUFFIX := tar.gz
GLSLANG_URL := https://github.com/KhronosGroup/glslang/archive/$(GLSLANG_VERSION).$(GLSLANG_SUFFIX)