Skip to content

Commit

Permalink
fix(deps): update sourcebans++ to version 1.6.4 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored Jan 7, 2022
1 parent 69186ac commit 95b36ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/tf2-dm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN \
&& wget -nv "https://www.sourcemod.net/vbcompiler.php?file_id=27957" -O "classrestrict.smx" \
&& wget -nv "https://www.sourcemod.net/vbcompiler.php?file_id=170330" -O "afk_manager4.smx" \
&& wget -nv "https://forums.alliedmods.net/attachment.php?attachmentid=166646&d=1510967008" -O "afk_manager.phrases.txt" \
&& SOURCEBANS_FILE_NAME="sourcebans-pp-1.6.3.plugin-only.tar.gz" \
&& wget -nv "https://github.com/sbpp/sourcebans-pp/releases/download/1.6.3/${SOURCEBANS_FILE_NAME}" \
&& SOURCEBANS_FILE_NAME="sourcebans-pp-1.6.4.plugin-only.tar.gz" \
&& wget -nv "https://github.com/sbpp/sourcebans-pp/releases/download/1.6.4/${SOURCEBANS_FILE_NAME}" \
# verify checksums
&& md5sum -c checksum.md5 \
# install plugins
Expand Down
4 changes: 2 additions & 2 deletions packages/tf2-mge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/"{funcommands,funvotes}.smx
RUN \
# download plugins
wget -nv "https://github.com/sapphonie/MGEMod/archive/master.zip" -O "mgemod.zip" \
&& SOURCEBANS_FILE_NAME="sourcebans-pp-1.6.3.plugin-only.tar.gz" \
&& wget -nv "https://github.com/sbpp/sourcebans-pp/releases/download/1.6.3/${SOURCEBANS_FILE_NAME}" \
&& SOURCEBANS_FILE_NAME="sourcebans-pp-1.6.4.plugin-only.tar.gz" \
&& wget -nv "https://github.com/sbpp/sourcebans-pp/releases/download/1.6.4/${SOURCEBANS_FILE_NAME}" \
&& wget -nv "https://www.sourcemod.net/vbcompiler.php?file_id=170330" -O "afk_manager4.smx" \
&& wget -nv "https://forums.alliedmods.net/attachment.php?attachmentid=166646&d=1510967008" -O "afk_manager.phrases.txt" \
# verify checksums
Expand Down

0 comments on commit 95b36ad

Please sign in to comment.