From 24f83b17a98f022aceab4632a7c0c1288ec74280 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 00:34:05 +0000 Subject: [PATCH] ispc: Update to version 1.19.0 --- bucket/ispc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/ispc.json b/bucket/ispc.json index c740678044..a86c1f24b0 100644 --- a/bucket/ispc.json +++ b/bucket/ispc.json @@ -1,11 +1,11 @@ { - "version": "1.18.0", + "version": "1.19.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.18.0/ispc-v1.18.0-windows.zip", - "hash": "9210bb2d9d3711367faccb37acf49966696132560b565471c1c6121f4924a17e", - "extract_dir": "ispc-v1.18.0-windows\\bin", + "url": "https://github.com/ispc/ispc/releases/download/v1.19.0/ispc-v1.19.0-windows.zip", + "hash": "3f2953f9328290adfd0143707dce13e342f6df1099b3be5148a25e41347f958c", + "extract_dir": "ispc-v1.19.0-windows\\bin", "bin": "ispc.exe", "checkver": { "github": "https://github.com/ispc/ispc"