spirv-headers: update to githash 124a966

Supports build of glslang 13.0.0
This commit is contained in:
Rudi Heitbaum 2023-08-26 22:15:43 +00:00
parent 57879cc5d0
commit dcbbac020d

View File

@ -6,8 +6,8 @@ PKG_NAME="spirv-headers"
# The SPIRV-Headers 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-headers pkg_version.
PKG_VERSION="f1ba373ef03752ee9f6f2b898bea1213f93e1ef2"
PKG_SHA256="a73040eb4fca2b480b1ca6e542444a94ecf429837e0b6deb3e2f873e654a4174"
PKG_VERSION="124a9665e464ef98b8b718d572d5f329311061eb"
PKG_SHA256="a039140fa01380be8cbe19bbb4f1bb475a620bac7eb80b290fd407c5ff1118e0"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/KhronosGroup/SPIRV-headers"
PKG_URL="https://github.com/KhronosGroup/SPIRV-headers/archive/${PKG_VERSION}.tar.gz"