From e38f9d939b7ae10a5c09aaa8c45a49ab0fb4e647 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 04:29:46 +0000 Subject: [PATCH] ispc: Update to version 1.25.1 --- bucket/ispc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ispc.json b/bucket/ispc.json index 1cbcff69fc..3a960b96b8 100644 --- a/bucket/ispc.json +++ b/bucket/ispc.json @@ -1,11 +1,11 @@ { - "version": "1.25.0", + "version": "1.25.1", "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.25.0/ispc-v1.25.0-windows.zip", - "hash": "a31987fd17f7435ca7ff1f7d7b8979a6972be9e8c6d391245b6b71c42c32d541", - "extract_dir": "ispc-v1.25.0-windows\\bin", + "url": "https://github.com/ispc/ispc/releases/download/v1.25.1/ispc-v1.25.1-windows.zip", + "hash": "160ef85f977075f4620e59f8970d25f2ce91a7492ebf8730ff9dc8310d23e33e", + "extract_dir": "ispc-v1.25.1-windows\\bin", "bin": "ispc.exe", "checkver": { "github": "https://github.com/ispc/ispc"