Skip to content

Commit

Permalink
slang: Update to 2024.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Locietta committed Dec 23, 2024
1 parent 855185b commit cccd952
Showing 1 changed file with 11 additions and 22 deletions.
33 changes: 11 additions & 22 deletions bucket/slang.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
{
"version": "2024.1.26",
"version": "2024.17",
"description": "Slang is a new language and compiler for shader development. It is designed to be a modern, extensible, and portable alternative to existing shading languages like HLSL and GLSL.",
"homepage": "https://shader-slang.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win64.zip",
"hash": "c699fb37dc114d645a6257dd910dc6b2d488b74aa46eb4082061851ac0913214",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.17/slang-2024.17-windows-x86_64.zip",
"hash": "7f3df6f8d27518902c7be0440a78a423b4149b9ff7725a813f5bdf2458e5c480",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win32.zip",
"hash": "2d12dde7ed41a7bb2908fc6c0b06c83ca590294c3a2a1cf4155c60b27c92c619",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
"bin/slangc.exe",
"bin/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win-arm64.zip",
"hash": "42eec87b6157b669be6c014bf184e8f9ce8a594d1635aa9ee28f3dac5fac7d32",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.17/slang-2024.17-windows-aarch64.zip",
"hash": "cdd16f3a6e7295793298a02bd354de658415a38db3d1e2f046c6a29bcd2c88fa",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"
"bin/slangc.exe",
"bin/slangd.exe"
]
}
},
Expand All @@ -37,13 +29,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win64.zip"
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win32.zip"
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-x86_64.zip"
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-win-arm64.zip"
"url": "https://github.com/shader-slang/slang/releases/download/v$version/slang-$version-windows-aarch64.zip"
}
}
}
Expand Down

0 comments on commit cccd952

Please sign in to comment.