Skip to content

Commit

Permalink
upgrade sourcemod to version 1.11.0 build 6905
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 3, 2022
1 parent 206dfc3 commit 645164c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,15 @@ Default: `1148`

> _`sourcemod`, `pug-practice` image only._
Default: `1.10.0`
Default: `1.11.0`

[SourceMod version](https://www.sourcemod.net/downloads.php?branch=stable) running on the server. Changing this will update/downgrade it on container start.

##### `SOURCEMOD_BUILD`

> _`sourcemod`, `pug-practice` image only._
Default: `6545`
Default: `6905`

[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.

Expand Down
4 changes: 2 additions & 2 deletions sourcemod/server_sourcemod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ mmsource_exact_version="${METAMOD_VERSION-"1.11.0"}"
mmsource_version=$(echo ${mmsource_exact_version} | cut -f1-2 -d '.')
mmsource_url="https://mms.alliedmods.net/mmsdrop/${mmsource_version}/mmsource-${mmsource_exact_version}-git${METAMOD_BUILD-1148}-linux.tar.gz"

sourcemod_exact_version="${SOURCEMOD_VERSION-"1.10.0"}"
sourcemod_exact_version="${SOURCEMOD_VERSION-"1.11.0"}"
sourcemod_version=$(echo ${sourcemod_exact_version} | cut -f1-2 -d '.')
sourcemod_url="https://sm.alliedmods.net/smdrop/${sourcemod_version}/sourcemod-${sourcemod_exact_version}-git${SOURCEMOD_BUILD-6545}-linux.tar.gz"
sourcemod_url="https://sm.alliedmods.net/smdrop/${sourcemod_version}/sourcemod-${sourcemod_exact_version}-git${SOURCEMOD_BUILD-6905}-linux.tar.gz"

install_or_update_mod() {
cd $csgo_dir
Expand Down

0 comments on commit 645164c

Please sign in to comment.