From c2c8a51173b6879d1ab07573c563801f67d2ba31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 04:30:49 +0000 Subject: [PATCH] ispc: Update to version 1.18.0 --- bucket/ispc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ispc.json b/bucket/ispc.json index 75c673cd5a..c740678044 100644 --- a/bucket/ispc.json +++ b/bucket/ispc.json @@ -1,11 +1,11 @@ { - "version": "1.17.0", + "version": "1.18.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.17.0/ispc-v1.17.0-windows.zip", - "hash": "e9a7cc98f69357482985bcbf69fa006632cee7b3606069b4d5e16dc62092d660", - "extract_dir": "ispc-v1.17.0-windows\\bin", + "url": "https://github.com/ispc/ispc/releases/download/v1.18.0/ispc-v1.18.0-windows.zip", + "hash": "9210bb2d9d3711367faccb37acf49966696132560b565471c1c6121f4924a17e", + "extract_dir": "ispc-v1.18.0-windows\\bin", "bin": "ispc.exe", "checkver": { "github": "https://github.com/ispc/ispc"