glslang: update to 15.3.0

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

Supported by:
- spirv-tools: a62abcb402009b9ca5975e6167c09f237f630e0e
- spirv-headers: aa6cef192b8e693916eb713e7a9ccadf06062ceb
This commit is contained in:
Rudi Heitbaum 2025-04-26 09:58:46 +00:00
parent efbbedeb40
commit 0254b15dc0

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="15.2.0"
PKG_SHA256="45e3920d264d5c2cc3bfaec0e5dbb66cffd549255e0aaaf38cd283918e35c8ba"
PKG_VERSION="15.3.0"
PKG_SHA256="c6c21fe1873c37e639a6a9ac72d857ab63a5be6893a589f34e09a6c757174201"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/KhronosGroup/glslang"
PKG_URL="https://github.com/KhronosGroup/glslang/archive/${PKG_VERSION}.tar.gz"