From fa0084f1a50060724e844fee55fed7812acc1672 Mon Sep 17 00:00:00 2001 From: awr1 <41453959+awr1@users.noreply.github.com> Date: Mon, 27 Jul 2020 02:55:01 -0500 Subject: [PATCH] ispc: Add version 1.13.0 (#1235) --- bucket/ispc.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bucket/ispc.json diff --git a/bucket/ispc.json b/bucket/ispc.json new file mode 100644 index 0000000000..1558db3410 --- /dev/null +++ b/bucket/ispc.json @@ -0,0 +1,16 @@ +{ + "version": "1.13.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.13.0/ispc-v1.13.0-windows.zip", + "hash": "B0A3A96BAF426845FD1A38CA5C1DCCA094354BEA99A3BC3F8E3A741BF07E6608", + "extract_dir": "bin", + "bin": "ispc.exe", + "checkver": { + "github": "https://github.com/ispc/ispc" + }, + "autoupdate": { + "url": "https://github.com/ispc/ispc/releases/download/v$version/ispc-v$version-windows.zip" + } +}