diff --git a/ports/directx-dxc/portfile.cmake b/ports/directx-dxc/portfile.cmake index 4ece59923c..c68a7bd1b1 100644 --- a/ports/directx-dxc/portfile.cmake +++ b/ports/directx-dxc/portfile.cmake @@ -1,7 +1,7 @@ set(VCPKG_POLICY_DLLS_IN_STATIC_LIBRARY enabled) -set(DIRECTX_DXC_TAG v1.8.2403.1) -set(DIRECTX_DXC_VERSION 2024_03_22) +set(DIRECTX_DXC_TAG v1.8.2403.2) +set(DIRECTX_DXC_VERSION 2024_03_29) if (NOT VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic") message(STATUS "Note: ${PORT} always requires dynamic library linkage at runtime.") @@ -11,13 +11,13 @@ if (VCPKG_TARGET_IS_LINUX) vcpkg_download_distfile(ARCHIVE URLS "https://github.com/microsoft/DirectXShaderCompiler/releases/download/${DIRECTX_DXC_TAG}/linux_dxc_${DIRECTX_DXC_VERSION}.x86_64.tar.gz" FILENAME "linux_dxc_${DIRECTX_DXC_VERSION}.tar.gz" - SHA512 bcc277b4441d848c196531f1a7f89a9472a0d4f78a849a90d7c00682bf19c1cf4521d42ecbe87a76033767a4fa3129bcc3fc7dd2a6614a11378e1425bff498a9 + SHA512 5d62ad6e05ffbffdd46e45ad4cf1aa0cd16ab240798a00a4f9e46ec51a4cdff2aeb19cca8167a20ce384b42a6a6ec34e3fde1a75cc08b5f0ff2dac42edda826b ) else() vcpkg_download_distfile(ARCHIVE URLS "https://github.com/microsoft/DirectXShaderCompiler/releases/download/${DIRECTX_DXC_TAG}/dxc_${DIRECTX_DXC_VERSION}.zip" FILENAME "dxc_${DIRECTX_DXC_VERSION}.zip" - SHA512 eb227b427c8828c79d50278504746796a9247b4f11c9cb7528fe6d26a2d96bc297a74fa8cceb8b4dba9e0ed4ed0f23284ecfc46b71152cea7df8647adf7b08c9 + SHA512 d8d33aaf9d1399d63237965567d179236edf6b4a003270ecd03fc5e31710995a68df74357a3059eafe03bd8b9e4fcaa5b540adb53e7360db455016164cfac052 ) endif() diff --git a/ports/directx-dxc/vcpkg.json b/ports/directx-dxc/vcpkg.json index b72848c3a3..eff8915f46 100644 --- a/ports/directx-dxc/vcpkg.json +++ b/ports/directx-dxc/vcpkg.json @@ -1,6 +1,6 @@ { "name": "directx-dxc", - "version-date": "2024-03-22", + "version-date": "2024-03-29", "description": "DirectX Shader Compiler (LLVM/Clang)", "homepage": "https://github.com/microsoft/DirectXShaderCompiler", "documentation": "https://github.com/microsoft/DirectXShaderCompiler/wiki", diff --git a/versions/baseline.json b/versions/baseline.json index ebafca6418..cbb19483ec 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2213,7 +2213,7 @@ "port-version": 0 }, "directx-dxc": { - "baseline": "2024-03-22", + "baseline": "2024-03-29", "port-version": 0 }, "directx-headers": { diff --git a/versions/d-/directx-dxc.json b/versions/d-/directx-dxc.json index 76e444f312..7625f54133 100644 --- a/versions/d-/directx-dxc.json +++ b/versions/d-/directx-dxc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d250ca11acd097e948e7085316d0755889429ffd", + "version-date": "2024-03-29", + "port-version": 0 + }, { "git-tree": "24fb860c88062d3405c24b0a22101383f497f33b", "version-date": "2024-03-22",