spirv-tools: update githash to 2022-06-01

This commit is contained in:
Rudi Heitbaum 2022-06-05 05:14:58 +00:00
parent 2c3a7a20c9
commit ef45150647

View File

@ -4,10 +4,10 @@
PKG_NAME="spirv-tools"
# The SPIRV-Tools have to be specific versions matching the glslang pkg version
# https://github.com/KhronosGroup/glslang/blob/11.9.0/known_good.json
# https://github.com/KhronosGroup/glslang/blob/11.10.0/known_good.json
# if you update glslang make sure spirv-tools & spirv-headers versions a known good
PKG_VERSION="eed5c76a57bb965f2e1b56d1dc40b50910b5ec1d"
PKG_SHA256="9697fcdab26b2622bf81a8d81f9ebc6cab5a5a7ac32b0eb61e51684a5627a4b6"
PKG_VERSION="b930e734ea198b7aabbbf04ee1562cf6f57962f0"
PKG_SHA256="9cddc845f99d7daa65940ff9deb6754cd71b67987ec9860bb0ef2af8a8732c84"
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"