Skip to content

Commit

Permalink
fix(deps): update etf2l-configs to v1.0.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored Jan 11, 2022
1 parent c457129 commit c93ca6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tf2-competitive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
&& CURL_FILE_NAME="curl_1.3.0.0.zip" \
&& wget -nv "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/sourcemod-curl-extension/${CURL_FILE_NAME}" \
&& ETF2L_CONFIGS_FILE_NAME="etf2l_configs.zip" \
&& wget -nv "http://etf2l.org/configs/${ETF2L_CONFIGS_FILE_NAME}" \
&& wget -nv "https://github.com/ETF2L/gameserver-configs/releases/download/1.0.2/${ETF2L_CONFIGS_FILE_NAME}" \
&& RGL_CONFIGS_FILE_NAME="rgl_configs.zip" \
&& wget -nv "https://github.com/RGLgg/server-resources-updater/archive/master.zip" -O "${RGL_CONFIGS_FILE_NAME}" \
&& wget -nv "https://raw.githubusercontent.com/spiretf/docker-comp-server/master/curl.ext.so" \
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
18531477378e0ff35b368d390e969f8c etf2l_configs.zip
4fa177bc3c9fec76cbba10c51ea53d4e mgemod.zip
0d288c3b45211599c6633b2e3eddaa70 rgl_configs.zip
d132bd0706ab9088f19bb85e89be6ec8 srctvplus.so
Expand Down

0 comments on commit c93ca6e

Please sign in to comment.