diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-30 06:42:28 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-30 06:42:28 +0000 |
| commit | 00bf854d15eb4e8ce51420150eacd30acfbefda7 (patch) | |
| tree | b452eb15338e802ad1319d13d5c3bb40f109fac5 /repos/extra | |
| parent | 7cd09ba6a8c9a827b87ed64e2df737ced2c2e2d3 (diff) | |
| download | alicelinux-00bf854d15eb4e8ce51420150eacd30acfbefda7.tar.gz alicelinux-00bf854d15eb4e8ce51420150eacd30acfbefda7.zip | |
glslang: updated to 15.4.0
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/glslang/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/glslang/.files | 2 | ||||
| -rw-r--r-- | repos/extra/glslang/abuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/repos/extra/glslang/.checksum b/repos/extra/glslang/.checksum index 20fa3262..49f9bc89 100644 --- a/repos/extra/glslang/.checksum +++ b/repos/extra/glslang/.checksum @@ -1 +1 @@ -7edf12d0d382297d0713c327f8113a9e91e44d69fe7c489a72ba4da00c56641f glslang-sdk-15.3.0.tar.gz +bcc8884e6028fd091c0ccc7c907314e0e2e301069128290526c1cbd6aca4ed06 glslang-sdk-15.4.0.tar.gz diff --git a/repos/extra/glslang/.files b/repos/extra/glslang/.files index d12b554f..80d784be 100644 --- a/repos/extra/glslang/.files +++ b/repos/extra/glslang/.files @@ -22,7 +22,7 @@ drwxr-xr-x root/root usr/include/glslang/SPIRV/ -rw-r--r-- root/root usr/include/glslang/SPIRV/SPVRemapper.h -rw-r--r-- root/root usr/include/glslang/SPIRV/SpvTools.h -rw-r--r-- root/root usr/include/glslang/SPIRV/disassemble.h --rw-r--r-- root/root usr/include/glslang/SPIRV/spirv.hpp +-rw-r--r-- root/root usr/include/glslang/SPIRV/spirv.hpp11 -rw-r--r-- root/root usr/include/glslang/build_info.h drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/cmake/ diff --git a/repos/extra/glslang/abuild b/repos/extra/glslang/abuild index f4a2e0f6..29b2b64f 100644 --- a/repos/extra/glslang/abuild +++ b/repos/extra/glslang/abuild @@ -1,5 +1,5 @@ name=glslang -version=15.3.0 +version=15.4.0 release=1 source="https://github.com/KhronosGroup/glslang/archive/$version/$name-sdk-$version.tar.gz" build_opt="-DENABLE_OPT=OFF" |