glslang: update to 13.1.0

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

Supported by:
- spirv-tools: 360d469b9eac54d6c6e20f609f9ec35e3a5380ad
- spirv-headers: e867c06631767a2d96424cbec530f9ee5e78180f
This commit is contained in:
Rudi Heitbaum 2023-10-15 03:51:19 +00:00
parent c64e418f4d
commit bb0e8232c2

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. # 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 # 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. # When updating glslang pkg_version please update to the known_good spirv-tools & spirv-headers pkg_version/s.
PKG_VERSION="13.0.0" PKG_VERSION="13.1.0"
PKG_SHA256="bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715" PKG_SHA256="926808f4bf129264a1b7d969978881ec041bb902ad49a180ba74270df7178494"
PKG_LICENSE="Apache-2.0" PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/KhronosGroup/glslang" PKG_SITE="https://github.com/KhronosGroup/glslang"
PKG_URL="https://github.com/KhronosGroup/glslang/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/KhronosGroup/glslang/archive/${PKG_VERSION}.tar.gz"