aedi: update glslang to 14.3.0

This commit is contained in:
alexey.lysiuk 2024-06-26 10:08:47 +03:00
parent 81b9e372d3
commit e9638d23d8

View file

@ -102,8 +102,8 @@ class GlslangTarget(base.CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState): def prepare_source(self, state: BuildState):
state.download_source( state.download_source(
'https://github.com/KhronosGroup/glslang/archive/refs/tags/14.2.0.tar.gz', 'https://github.com/KhronosGroup/glslang/archive/refs/tags/14.3.0.tar.gz',
'14a2edbb509cb3e51a9a53e3f5e435dbf5971604b4b833e63e6076e8c0a997b5') 'be6339048e20280938d9cb399fcdd06e04f8654d43e170e8cce5a56c9a754284')
def configure(self, state: BuildState): def configure(self, state: BuildState):
args = ('python3', 'update_glslang_sources.py') args = ('python3', 'update_glslang_sources.py')