ispc: fix extract_dir (#1713)

* Update ispc.json

* Update ispc.json

Co-authored-by: Ross Smith II <ross@smithii.com>
This commit is contained in:
Nerd 2021-01-21 01:00:03 +08:00 committed by GitHub
parent 76d708cf42
commit 7a643cd4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,13 @@
"license": "BSD-3-Clause",
"url": "https://github.com/ispc/ispc/releases/download/v1.15.0/ispc-v1.15.0-windows.zip",
"hash": "76a10ba670b5163c22dfd354d003535fd0cf0cfd1287aed8724e6cca0f2105b7",
"extract_dir": "bin",
"extract_dir": "ispc-v1.15.0-windows\\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"
"url": "https://github.com/ispc/ispc/releases/download/v$version/ispc-v$version-windows.zip",
"extract_dir": "ispc-v$version-windows\\bin"
}
}