glslang: update to 11.9.0

and

update spirv-tools   to eed5c76a57bb965f2e1b56d1dc40b50910b5ec1d
update spirv-headers to 4995a2f2723c401eb0ea3e10c81298906bf1422b

--

$ wget -q -O - https://raw.githubusercontent.com/KhronosGroup/glslang/11.9.0/known_good.json
{
  "commits" : [
    {
      "name" : "spirv-tools",
      "site" : "github",
      "subrepo" : "KhronosGroup/SPIRV-Tools",
      "subdir" : "External/spirv-tools",
      "commit" : "eed5c76a57bb965f2e1b56d1dc40b50910b5ec1d"
    },
    {
      "name" : "spirv-tools/external/spirv-headers",
      "site" : "github",
      "subrepo" : "KhronosGroup/SPIRV-Headers",
      "subdir" : "External/spirv-tools/external/spirv-headers",
      "commit" : "4995a2f2723c401eb0ea3e10c81298906bf1422b"
    }
  ]
}
This commit is contained in:
Rudi Heitbaum 2022-04-15 05:39:07 +00:00
parent 4bc7172671
commit 3727ea387e

View File

@ -4,10 +4,10 @@
PKG_NAME="glslang" PKG_NAME="glslang"
# The SPIRV-Tools & SPIRV-Headers have to be specific versions matching the pkg version # The SPIRV-Tools & SPIRV-Headers have to be specific versions matching the pkg version
# https://github.com/KhronosGroup/glslang/blob/${PKG_VERSION}/known_good.json # https://raw.githubusercontent.com/KhronosGroup/glslang/${PKG_VERSION}/known_good.json
# if you update glslang make sure spirv-tools & spirv-headers versions a known good # if you update glslang make sure spirv-tools & spirv-headers versions a known good
PKG_VERSION="11.8.0" PKG_VERSION="11.9.0"
PKG_SHA256="9e5fbe5b844d203da5e61bcd84eda76326e0ff5dc696cb862147bbe01d2febb0" PKG_SHA256="d5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2"
PKG_LICENSE="Apache-2.0" PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/KhronosGroup/glslang" PKG_SITE="https://github.com/KhronosGroup/glslang"
PKG_URL="https://github.com/KhronosGroup/glslang/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/KhronosGroup/glslang/archive/${PKG_VERSION}.tar.gz"