Skip to content

Commit 6731c97

Browse files
committed
lzdoom: update to 3.88b
Updated to 3.88b (released on Feb 2022) to include recent fixes, should fix building with recent `gcc` (Ubuntu 22.04, Debian testing). Changed the license URL to the main project's license file.
1 parent dfe0367 commit 6731c97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scriptmodules/ports/lzdoom.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
rp_module_id="lzdoom"
1313
rp_module_desc="lzdoom - DOOM source port (legacy version of GZDoom)"
14-
rp_module_licence="GPL3 https://raw.githubusercontent.com/drfrag666/gzdoom/g3.3mgw/docs/licenses/README.TXT"
15-
rp_module_repo="git https://github.com/drfrag666/gzdoom 3.87c"
14+
rp_module_licence="GPL3 https://raw.githubusercontent.com/drfrag666/gzdoom/master/LICENSE"
15+
rp_module_repo="git https://github.com/drfrag666/gzdoom 3.88b"
1616
rp_module_section="opt"
1717
rp_module_flags=""
1818

@@ -67,7 +67,7 @@ function add_games_lzdoom() {
6767

6868
# FluidSynth is too memory/CPU intensive
6969
if isPlatform "arm"; then
70-
params+=("+'snd_mididevice -3'")
70+
params+=("+snd_mididevice -3")
7171
fi
7272

7373
if isPlatform "kms"; then

0 commit comments

Comments
 (0)