23 lines
776 B
JSON
23 lines
776 B
JSON
{
|
|
"homepage": "https://kristianduske.com/trenchbroom/",
|
|
"description": "Level editor for Quake-based games",
|
|
"version": "2021.1",
|
|
"license": "GPL-3.0-or-later",
|
|
"url": "https://github.com/kduske/TrenchBroom/releases/download/v2021.1/TrenchBroom-Win32-v2021.1-Release.7z",
|
|
"hash": "307d310cb8f440d283abf2eec6e003cb937380d1f151084b92aa7ccbb4ff96ae",
|
|
"bin": "TrenchBroom.exe",
|
|
"shortcuts": [
|
|
[
|
|
"TrenchBroom.exe",
|
|
"TrenchBroom"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/kduske/TrenchBroom"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/kduske/TrenchBroom/releases/download/v$version/TrenchBroom-Win32-v$version-Release.7z"
|
|
},
|
|
"depends": "extras/vcredist2015"
|
|
}
|