ispc: Add version 1.13.0 (#1235)

This commit is contained in:
awr1 2020-07-27 02:55:01 -05:00 committed by GitHub
parent 4d6e15903b
commit fa0084f1a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
bucket/ispc.json Normal file
View File

@ -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"
}
}