mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 17:11:26 +00:00
17 lines
611 B
JSON
17 lines
611 B
JSON
{
|
|
"version": "1.14.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.14.1/ispc-v1.14.1-windows.zip",
|
|
"hash": "c6c49716300f2b15477c08b3ff71ef327709f38fd435b50c1301dbf9c92f0ea7",
|
|
"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"
|
|
}
|
|
}
|