Upgraded glslang from 14.0.0 to 14.2.0

This commit is contained in:
dslm4515
2024-06-01 12:27:46 -05:00
parent 1c8f1aa692
commit 04463280c3

View File

@ -1,7 +1,7 @@
#! /bin/bash
# glslang
# Source: https://github.com/KhronosGroup/glslang/archive/refs/tags/14.0.0.tar.gz
# Source: https://github.com/KhronosGroup/glslang/archive/14.2.0/glslang-14.2.0.tar.gz
#
# $BUILD = Directory to temporarily install
# $PKGS = Directory to store built packages
@ -54,5 +54,5 @@ glslang: https://github.com/KhronosGroup/glslang
glslang:
EOF
sudo -S mv -v /tmp/slack-desc install/ &&
sudo -S makepkg -l y -c n $PKGS/glslang-14.0.0-$PSUFFIX &&
sudo -S makepkg -l y -c n $PKGS/glslang-14.2.0-$PSUFFIX &&
sudo -S rm -rf ${BUILD}/*