2019-03-07 18:44:25 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://ericwa.github.io/ericw-tools/",
|
|
|
|
"description": "Command-line tools for compiling and analyzing Quake maps",
|
|
|
|
"version": "0.18.1",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
|
|
|
"url": "https://github.com/ericwa/ericw-tools/releases/download/v0.18.1/ericw-tools-v0.18.1-win64.zip",
|
|
|
|
"hash": "a0f39c6faeb29cd08b267880cdcebb310f9938fef4cbbff07d1f6843c36e9cd3",
|
|
|
|
"extract_dir": "ericw-tools-v0.18.1-win64"
|
|
|
|
},
|
|
|
|
"32bit": {
|
|
|
|
"url": "https://github.com/ericwa/ericw-tools/releases/download/v0.18.1/ericw-tools-v0.18.1-win32.zip",
|
|
|
|
"hash": "562aae414b914ffa8d3a208ca74d16ac4ca2b61031773227c7d4bdc8384b13ef",
|
|
|
|
"extract_dir": "ericw-tools-v0.18.1-win32"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin\\bspinfo.exe",
|
|
|
|
"bin\\bsputil.exe",
|
|
|
|
"bin\\light.exe",
|
|
|
|
"bin\\qbsp.exe",
|
|
|
|
"bin\\vis.exe"
|
|
|
|
],
|
|
|
|
"checkver": {
|
|
|
|
"github": "https://github.com/ericwa/ericw-tools"
|
|
|
|
},
|
|
|
|
"autoupdate": {
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
|
|
|
"url": "https://github.com/ericwa/ericw-tools/releases/download/v$version/ericw-tools-v$version-win64.zip",
|
|
|
|
"extract_dir": "ericw-tools-v$version-win64"
|
|
|
|
},
|
|
|
|
"32bit": {
|
|
|
|
"url": "https://github.com/ericwa/ericw-tools/releases/download/v$version/ericw-tools-v$version-win32.zip",
|
|
|
|
"extract_dir": "ericw-tools-v$version-win32"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2019-03-07 18:44:57 -08:00
|
|
|
"depends": "extras/vcredist2013"
|
2019-03-07 18:44:25 -08:00
|
|
|
}
|