spirv-tools: update to githash dd4b663

Supports build of glslang 14.2.0
This commit is contained in:
Rudi Heitbaum 2024-05-03 13:43:41 +00:00
parent d9a7aea93e
commit 5821ad04a9

View File

@ -6,8 +6,8 @@ PKG_NAME="spirv-tools"
# The SPIRV-Tools pkg_version needs 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 pkg_version.
PKG_VERSION="04896c462d9f3f504c99a4698605b6524af813c1"
PKG_SHA256="c0d01e758a543b3a358cb97af02c6817ebd3f5ff13a2edf9fb220646a3d67999"
PKG_VERSION="dd4b663e13c07fea4fbb3f70c1c91c86731099f7"
PKG_SHA256="03ee1a2c06f3b61008478f4abe9423454e53e580b9488b47c8071547c6a9db47"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/KhronosGroup/SPIRV-Tools"
PKG_URL="https://github.com/KhronosGroup/SPIRV-Tools/archive/${PKG_VERSION}.tar.gz"