glslang: update to 14.1.0

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

Supported by:
- spirv-tools: 04896c462d9f3f504c99a4698605b6524af813c1
- spirv-headers: 8b246ff75c6615ba4532fe4fde20f1be090c3764
This commit is contained in:
Rudi Heitbaum 2024-03-09 08:06:23 +00:00
parent 833cb9db46
commit 278e12205f

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="14.0.0"
PKG_SHA256="80bbb916a23e94ea9cbfb1acb5d1a44a7e0c9613bcf5b5947c03f2273bdc92b0"
PKG_VERSION="14.1.0"
PKG_SHA256="b5e4c36d60eda7613f36cfee3489c6f507156829c707e1ecd7f48ca45b435322"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/KhronosGroup/glslang"
PKG_URL="https://github.com/KhronosGroup/glslang/archive/${PKG_VERSION}.tar.gz"