Skip to content

Commit

Permalink
fix(deps): update tf2-comp-fixes to v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Jan 2, 2022
1 parent 8cd5e19 commit 300fcc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/tf2-competitive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN \
&& DHOOKS_FILE_NAME="dhooks-2.2.0-detours16-sm110.zip" \
&& wget -nv "https://github.com/peace-maker/DHooks2/releases/download/v2.2.0-detours16/${DHOOKS_FILE_NAME}" \
&& COMP_FIXES_FILE_NAME="tf2-comp-fixes.zip" \
&& wget -nv "https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.11.2/${COMP_FIXES_FILE_NAME}" \
&& wget -nv "https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.13.0/${COMP_FIXES_FILE_NAME}" \
&& UPDATED_PAUSE_PLUGIN_FILE_NAME="updated-pause-plugin.zip" \
&& wget -nv "https://github.com/l-Aad-l/updated-pause-plugin/releases/download/v1.4.2/${UPDATED_PAUSE_PLUGIN_FILE_NAME}" \
&& wget -nv "https://github.com/sapphonie/MGEMod/archive/master.zip" -O "mgemod.zip" \
Expand Down
2 changes: 1 addition & 1 deletion packages/tf2-competitive/checksum.md5
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ a1ba4ed343363f099dfa82c4e34538f0 dhooks-2.2.0-detours16-sm110.zip
abcdc4edf4ac677e8ca5ee8a3a9856d1 soap-dm.zip
d132bd0706ab9088f19bb85e89be6ec8 srctvplus.so
d68f0f5e420921e4a63fdcd62e6d1176 srctvplus.vdf
d5b0192b164e46c091938aeeb57bb5f4 tf2-comp-fixes.zip
df125d2760f896e14f901a2e54ccb924 tf2-comp-fixes.zip
046fe7d2cb239f207ddd8784a4a83faa updated-pause-plugin.zip
2 changes: 1 addition & 1 deletion packages/tf2-dm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN \
&& DHOOKS_FILE_NAME="dhooks-2.2.0-detours16-sm110.zip" \
&& wget -nv "https://github.com/peace-maker/DHooks2/releases/download/v2.2.0-detours16/${DHOOKS_FILE_NAME}" \
&& COMP_FIXES_FILE_NAME="tf2-comp-fixes.zip" \
&& wget -nv "https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.10.5/${COMP_FIXES_FILE_NAME}" \
&& wget -nv "https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.13.0/${COMP_FIXES_FILE_NAME}" \
&& 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" \
Expand Down

0 comments on commit 300fcc0

Please sign in to comment.