Add LZDoom version 3.82

master
Hugo Locurcio 2019-08-14 22:35:17 +02:00
parent 941fb1afe6
commit c4d92a606f
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 45 additions and 0 deletions

45
bucket/lzdoom.json Normal file
View File

@ -0,0 +1,45 @@
{
"homepage": "https://zdoom.org/",
"description": "Legacy source port for Doom, Heretic, Hexen and more (based on GZDoom)",
"version": "3.82",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.82/LZDoom_3.82_x64.zip",
"hash": "02fdf20cc1b6f7bef2ee0497dd561faa8c1d51b55993b362dfe7c48f101d9f18"
},
"32bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.82/LZDoom_3.82.zip",
"hash": "57c242eef6309377cda225689c89d9ee838ca1c944aebf1d6b05ffe687d4b048"
}
},
"bin": "lzdoom.exe",
"shortcuts": [
[
"lzdoom.exe",
"LZDoom"
]
],
"pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
"env_set": {
"DOOMWADDIR": "$persist_dir\\..\\_doom"
},
"checkver": {
"github": "https://github.com/drfrag666/gzdoom"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/$version/LZDoom_$version_x64.zip"
},
"32bit": {
"url": "https://github.com/drfrag666/gzdoom/releases/download/$version/LZDoom_$version.zip"
}
}
},
"notes": [
"Place WAD files (game data) in:",
"",
" $persist_dir\\..\\_doom"
]
}