spirv-headers: update to githash e867c06

Supports build of glslang 13.1.0
This commit is contained in:
Rudi Heitbaum 2023-10-15 03:51:17 +00:00
parent b2d1c9fd43
commit 97ba3a70d3

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="124a9665e464ef98b8b718d572d5f329311061eb"
PKG_SHA256="a039140fa01380be8cbe19bbb4f1bb475a620bac7eb80b290fd407c5ff1118e0"
PKG_VERSION="e867c06631767a2d96424cbec530f9ee5e78180f"
PKG_SHA256="98f8afbbadaea4a2c7d7d1a549785baf5ff8ccdb046ca176d00c0e58dcb09c79"
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"