Skip to content

Commit

Permalink
fix(deps): update DHooks2 to version 2.2.0-detours17 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored Jan 7, 2022
1 parent b80a2e7 commit 4ef7cc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/tf2-competitive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN \
# download all the plugins
SOAP_DM_FILE_NAME="soap.zip" \
&& wget -nv "https://github.com/sapphonie/SOAP-TF2DM/releases/download/v4.4.1/${SOAP_DM_FILE_NAME}" \
&& 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}" \
&& DHOOKS_FILE_NAME="dhooks-2.2.0-detours17-sm110.zip" \
&& wget -nv "https://github.com/peace-maker/DHooks2/releases/download/v2.2.0-detours17/${DHOOKS_FILE_NAME}" \
&& COMP_FIXES_FILE_NAME="tf2-comp-fixes.zip" \
&& wget -nv "https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.15.0/${COMP_FIXES_FILE_NAME}" \
&& UPDATED_PAUSE_PLUGIN_FILE_NAME="updated-pause-plugin.zip" \
Expand Down
1 change: 0 additions & 1 deletion packages/tf2-competitive/checksum.md5
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
7083db26e05ffcb1af52928709809f26 curl_1.3.0.0.zip
011e7a2af1ad1f05b767113ff3709f0c curl.ext.so
4cf635206e979f12dbd60eb1afec839c demostf.smx
a1ba4ed343363f099dfa82c4e34538f0 dhooks-2.2.0-detours16-sm110.zip
18531477378e0ff35b368d390e969f8c etf2l_configs.zip
4fa177bc3c9fec76cbba10c51ea53d4e mgemod.zip
0d288c3b45211599c6633b2e3eddaa70 rgl_configs.zip
Expand Down
4 changes: 2 additions & 2 deletions packages/tf2-dm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN \
# download plugins
SOAP_DM_FILE_NAME="soap-dm.zip" \
&& wget -nv "https://github.com/spiretf/SOAP-TF2DM/archive/master.zip" -O "${SOAP_DM_FILE_NAME}" \
&& 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}" \
&& DHOOKS_FILE_NAME="dhooks-2.2.0-detours17-sm110.zip" \
&& wget -nv "https://github.com/peace-maker/DHooks2/releases/download/v2.2.0-detours17/${DHOOKS_FILE_NAME}" \
&& COMP_FIXES_FILE_NAME="tf2-comp-fixes.zip" \
&& wget -nv "https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.15.0/${COMP_FIXES_FILE_NAME}" \
&& wget -nv "https://www.sourcemod.net/vbcompiler.php?file_id=27957" -O "classrestrict.smx" \
Expand Down

0 comments on commit 4ef7cc5

Please sign in to comment.