diff --git a/srcpkgs/glslang/template b/srcpkgs/glslang/template index 573c127d05c..68dff959f6a 100644 --- a/srcpkgs/glslang/template +++ b/srcpkgs/glslang/template @@ -1,7 +1,7 @@ # Template file for 'glslang' # Libraries are unversioned, beware of ABI breakage (rebuild shaderc on updates) pkgname=glslang -version=15.0.0 +version=15.4.0 revision=1 build_style=cmake hostmakedepends="python3 bison gtest-devel" @@ -11,7 +11,7 @@ maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/KhronosGroup/glslang" distfiles="https://github.com/KhronosGroup/glslang/archive/${version}.tar.gz" -checksum=c31c8c2e89af907507c0631273989526ee7d5cdf7df95ececd628fd7b811e064 +checksum=b16c78e7604b9be9f546ee35ad8b6db6f39bbbbfb19e8d038b6fe2ea5bba4ff4 if [ "$CROSS_BUILD" ]; then export cmake_crossopts="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"