Browse Source

Merge branch 'hotfix/v25.1.1' into develop

Daniel Gibbs 1 year ago
parent
commit
cd033830c9
3 changed files with 15 additions and 15 deletions
  1. 13 13
      lgsm/data/ubuntu-24.04.csv
  2. 1 1
      lgsm/modules/core_modules.sh
  3. 1 1
      linuxgsm.sh

+ 13 - 13
lgsm/data/ubuntu-24.04.csv

@@ -11,9 +11,9 @@ av
 bb
 bb2,libcurl4-gnutls-dev:i386
 bd
-bf1942,libncurses5:i386,libtinfo5:i386
-bfv,libncurses5:i386,libstdc++5:i386
-bmdm,libncurses5:i386
+bf1942
+bfv,libstdc++5:i386
+bmdm
 bo
 bs
 bt,libicu-dev,dos2unix,libxml2-utils
@@ -31,7 +31,7 @@ cs
 cs2
 cscz
 csgo
-css,libtinfo5:i386
+css
 ct
 dab
 dayz
@@ -48,7 +48,7 @@ etl
 ets2
 fctr
 fof
-gmod,libtinfo5:i386
+gmod
 hcu
 hl2dm
 hldm
@@ -69,13 +69,13 @@ mc,openjdk-21-jre
 mcb
 mh
 mohaa,libstdc++5:i386
-mta,libncursesw5,libxml2-utils
+mta,libxml2-utils
 nd
 nec
-nmrih,libtinfo5:i386
+nmrih
 ns
-ns2,speex,libtbb2
-ns2c,speex:i386,libtbb2
+ns2,speex
+ns2c,speex:i386
 ohd
 onset,libmariadb-dev
 opfor
@@ -104,7 +104,7 @@ scpsl,mono-complete
 scpslsm,mono-complete
 sdtd,telnet,expect,libxml2-utils
 sf
-sfc,libtinfo5:i386
+sfc
 sm,telnet,expect
 sof2
 sol
@@ -127,7 +127,7 @@ ut2k4
 ut3
 ut99
 vh,libc6-dev,libatomic1,libpulse-dev
-vints,aspnetcore-runtime-7.0
+vints,aspnetcore-runtime-8.0
 vpmc,openjdk-21-jre
 vs
 wet
@@ -135,5 +135,5 @@ wf
 wmc,openjdk-21-jre
 wurm,xvfb
 xnt
-zmr,libtinfo5:i386
-zps,libtinfo5:i386
+zmr
+zps

+ 1 - 1
lgsm/modules/core_modules.sh

@@ -8,7 +8,7 @@
 
 moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 
-modulesversion="v25.1.0"
+modulesversion="v25.1.1"
 
 # Core
 

+ 1 - 1
linuxgsm.sh

@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v25.1.0"
+version="v25.1.1"
 shortname="core"
 gameservername="core"
 commandname="CORE"