From ca20e2f4d12b19a4ec64eaffc25f316ead430b4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:23:06 +0000 Subject: [PATCH] ispc: Update to version 1.23.0 --- bucket/ispc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ispc.json b/bucket/ispc.json index 6a7944b394..d27987350b 100644 --- a/bucket/ispc.json +++ b/bucket/ispc.json @@ -1,11 +1,11 @@ { - "version": "1.22.0", + "version": "1.23.0", "description": "IntelĀ® Implicit SPMD (Single Program Multiple Data) Compiler", "homepage": "https://ispc.github.io/", "license": "BSD-3-Clause", - "url": "https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-v1.22.0-windows.zip", - "hash": "e597a1568675d5c5ad9cf2fe5be2653d279c74b46d0e899a01a844770a0a9ad1", - "extract_dir": "ispc-v1.22.0-windows\\bin", + "url": "https://github.com/ispc/ispc/releases/download/v1.23.0/ispc-v1.23.0-windows.zip", + "hash": "709350902381968ee58fd67e9aed63df99b1313bc55a94195977bcc8d90bdced", + "extract_dir": "ispc-v1.23.0-windows\\bin", "bin": "ispc.exe", "checkver": { "github": "https://github.com/ispc/ispc"