glslang: update to 13.1.1

Release notes: https://github.com/KhronosGroup/glslang/releases

Changelog: https://github.com/KhronosGroup/glslang/compare/13.1.0...13.1.1
This commit is contained in:
Rudi Heitbaum 2023-10-19 09:03:19 +00:00
parent 0dacbb852f
commit f10d2ed132

View File

@ -6,8 +6,8 @@ PKG_NAME="glslang"
# The SPIRV-Tools & SPIRV-Headers pkg_version/s need to match the compatible (known_good) glslang pkg_version.
# https://raw.githubusercontent.com/KhronosGroup/glslang/${PKG_VERSION}/known_good.json
# When updating glslang pkg_version please update to the known_good spirv-tools & spirv-headers pkg_version/s.
PKG_VERSION="13.1.0"
PKG_SHA256="926808f4bf129264a1b7d969978881ec041bb902ad49a180ba74270df7178494"
PKG_VERSION="13.1.1"
PKG_SHA256="1c4d0a5a38c8aaf89a2d7e6093be734320599f5a6775b2726beeb05b0c054e66"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/KhronosGroup/glslang"
PKG_URL="https://github.com/KhronosGroup/glslang/archive/${PKG_VERSION}.tar.gz"