Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 91d3329

Browse files
author
github-actions
committed
upgrade sourcemod to version 1.11.0 build 6968
1 parent 4a741b9 commit 91d3329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Default: `1.11.0`
326326

327327
> _`sourcemod`, `pug-practice` image only._
328328
329-
Default: `6966`
329+
Default: `6968`
330330

331331
[SourceMod build number](https://www.sourcemod.net/downloads.php?branch=stable) running on the server. Changing this will update/downgrade it on container start. Build number must exist at version.
332332

sourcemod/server_sourcemod.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mmsource_url="https://mms.alliedmods.net/mmsdrop/${mmsource_version}/mmsource-${
2020

2121
sourcemod_exact_version="${SOURCEMOD_VERSION-"1.11.0"}"
2222
sourcemod_version=$(echo ${sourcemod_exact_version} | cut -f1-2 -d '.')
23-
sourcemod_url="https://sm.alliedmods.net/smdrop/${sourcemod_version}/sourcemod-${sourcemod_exact_version}-git${SOURCEMOD_BUILD-6966}-linux.tar.gz"
23+
sourcemod_url="https://sm.alliedmods.net/smdrop/${sourcemod_version}/sourcemod-${sourcemod_exact_version}-git${SOURCEMOD_BUILD-6968}-linux.tar.gz"
2424

2525
install_or_update_mod() {
2626
cd $csgo_dir

0 commit comments

Comments
 (0)