mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
slang: Update to version 0.27.4
This commit is contained in:
parent
346a1548e3
commit
5d0857b98b
@ -1,28 +1,28 @@
|
|||||||
{
|
{
|
||||||
"version": "0.27.3",
|
"version": "0.27.4",
|
||||||
"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.3/slang-0.27.3-win64.zip",
|
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.4/slang-0.27.4-win64.zip",
|
||||||
"hash": "78cabf93499f71a34c46cd8517b8ff434e55ff24c034c9f83cf855b9b1d4988d",
|
"hash": "cdf97c9c70ef6de4ecb1dff80f70dad9c05088ae5324e80d17f04870340af3dd",
|
||||||
"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.3/slang-0.27.3-win32.zip",
|
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.4/slang-0.27.4-win32.zip",
|
||||||
"hash": "98388cb1fdb185431a4c270fe9c6b78f890f520709ac8a5e3d347fc0b49d5657",
|
"hash": "1ed88c5ce45716fa5efb7a2a3ff5cc5d487af39105eb2ddc4440c2b8fbe0bc99",
|
||||||
"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.3/slang-0.27.3-win-arm64.zip",
|
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.4/slang-0.27.4-win-arm64.zip",
|
||||||
"hash": "2d9f0e9a64ffe2309f30cc9130bddcfbb8f00b58f6cfb277b190fe5aaa76b908",
|
"hash": "d8911e8c7455c16a07182d33499061cbf998e741b810f5aaa2867bb12b4073cc",
|
||||||
"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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user