Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update tf2-comp-fixes to v1.13.0 #11

Merged
merged 1 commit into from
Jan 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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