aedi: update glslang to 13.1.1

This commit is contained in:
alexey.lysiuk 2023-10-18 10:42:50 +03:00
parent f264cd3ceb
commit a928b7a63f
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,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/13.1.0.tar.gz', 'https://github.com/KhronosGroup/glslang/archive/refs/tags/13.1.1.tar.gz',
'926808f4bf129264a1b7d969978881ec041bb902ad49a180ba74270df7178494') '1c4d0a5a38c8aaf89a2d7e6093be734320599f5a6775b2726beeb05b0c054e66')
def configure(self, state: BuildState): def configure(self, state: BuildState):
args = ('python3', 'update_glslang_sources.py') args = ('python3', 'update_glslang_sources.py')