glslang: update to 12.3.1

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

Supported by:
- spirv-tools: 4b6bd5a665ba0529747af3a0bc808732b7e78f48
- spirv-headers: f1ba373ef03752ee9f6f2b898bea1213f93e1ef2
This commit is contained in:
Rudi Heitbaum 2023-07-21 12:46:01 +00:00
parent 8082ff7db0
commit 9a94abbe8e

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="12.2.0"
PKG_SHA256="870d17030fda7308c1521fb2e01a9e93cbe4b130bc8274e90d00e127432ab6f6"
PKG_VERSION="12.3.1"
PKG_SHA256="a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/KhronosGroup/glslang"
PKG_URL="https://github.com/KhronosGroup/glslang/archive/${PKG_VERSION}.tar.gz"