From d0a33b427296fed40fab00c58302eec2cff92e6b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 00:39:20 +0000 Subject: [PATCH] ispc: Update to version 1.28.2 --- bucket/ispc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ispc.json b/bucket/ispc.json index c61d1317cc..0dd5d42f8d 100644 --- a/bucket/ispc.json +++ b/bucket/ispc.json @@ -1,11 +1,11 @@ { - "version": "1.28.1", + "version": "1.28.2", "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.28.1/ispc-v1.28.1-windows.zip", - "hash": "230f0b1beeb333dc1e9fcdbac759869b362aab94db2285486ae6526d9160c52c", - "extract_dir": "ispc-v1.28.1-windows\\bin", + "url": "https://github.com/ispc/ispc/releases/download/v1.28.2/ispc-v1.28.2-windows.zip", + "hash": "25966868d97a6f9bc38501b864883558994189446476584e5e491476d540de17", + "extract_dir": "ispc-v1.28.2-windows\\bin", "bin": "ispc.exe", "checkver": { "github": "https://github.com/ispc/ispc"