slang: Update to version 0.27.9

This commit is contained in:
github-actions[bot] 2023-04-12 04:26:27 +00:00
parent f062a2aede
commit be83f30c3d

View File

@ -1,28 +1,28 @@
{ {
"version": "0.27.8", "version": "0.27.9",
"description": "A new language and compiler for shader development.", "description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/", "homepage": "https://shader-slang.com/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.8/slang-0.27.8-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.9/slang-0.27.9-win64.zip",
"hash": "692bcc9a885ef98b86b69baf7a3a7e86ebfc996bfe407ff13bbe80b66b57b567", "hash": "359d80616dfeda278e19d30438b815da42fc8027db53d53deedd0e945f3c6eb7",
"bin": [ "bin": [
"bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe" "bin/windows-x64/release/slangd.exe"
] ]
}, },
"32bit": { "32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.8/slang-0.27.8-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.9/slang-0.27.9-win32.zip",
"hash": "43f1f9fde61855338e9e73f257dfa3072462e0a1607e16dadf668952dc838304", "hash": "b86c70454e15197c082d75afc4bfa76dd130a76bfb5f4af020c83bcee40aa33c",
"bin": [ "bin": [
"bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe" "bin/windows-x86/release/slangd.exe"
] ]
}, },
"arm64": { "arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.8/slang-0.27.8-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.9/slang-0.27.9-win-arm64.zip",
"hash": "ea52041f681766075e2069c62e1364b9133ed720fa71c4075b617046810a61fd", "hash": "ba432b6a0984171eb2b340b53f1f6a4bea76ee92ac7937467ceeb42b6c19197e",
"bin": [ "bin": [
"bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe" "bin/windows-aarch64/release/slangd.exe"