spirv-headers: update to githash 3f17b2a

Supports build of glslang 15.1.0
This commit is contained in:
Rudi Heitbaum 2024-12-14 09:35:54 +00:00
parent 1815917fa6
commit 14f63e6b03

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="2a9b6f951c7d6b04b6c21fe1bf3f475b68b84801"
PKG_SHA256="1698e1373bd6e59a263acef821c4d955c561b991feb6db8199833ef19ffe8a37"
PKG_VERSION="3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b"
PKG_SHA256="2301e11e5c77213258d6863bf4e6c607a8c6431fa8336e98ac6a2131bd6284f8"
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"