Skip to content

Commit

Permalink
fix(deps): update ETF2L configs to version 1.0.3 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored Apr 21, 2022
1 parent 303ddbc commit ddf2945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/tf2-competitive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ ARG CURL_EXTENSION_FILE_NAME=curl.ext.so
ARG CURL_EXTENSION_URL=https://raw.githubusercontent.com/spiretf/docker-comp-server/master/${CURL_EXTENSION_FILE_NAME}

ARG ETF2L_CONFIGS_FILE_NAME=etf2l_configs.zip
ARG ETF2L_CONFIGS_URL=https://github.com/ETF2L/gameserver-configs/releases/download/1.0.2/${ETF2L_CONFIGS_FILE_NAME}
ARG ETF2L_CONFIGS_VERSION=1.0.3
ARG ETF2L_CONFIGS_URL=https://github.com/ETF2L/gameserver-configs/releases/download/${ETF2L_CONFIGS_VERSION}/${ETF2L_CONFIGS_FILE_NAME}

ARG RGL_CONFIGS_FILE_NAME=rgl_configs.zip
ARG RGL_CONFIGS_URL=https://github.com/RGLgg/server-resources-updater/archive/master.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 @@ -2,7 +2,7 @@
011e7a2af1ad1f05b767113ff3709f0c curl.ext.so
4cf635206e979f12dbd60eb1afec839c demostf.smx
41cc85a0d019d9b61ccd012807a3349d dhooks-2.2.0-detours17-sm110.zip
cae31fb9c7cc83a93c19448f893c1c44 etf2l_configs.zip
409ae713db9b1ab241f9503e8667f3d5 etf2l_configs.zip
4fa177bc3c9fec76cbba10c51ea53d4e mgemod.zip
bfb2b31643fa5b5f09b7b0e4c59695df rgl_configs.zip
b82f1184a9209e87251a03cfe9aa4221 soap.zip
Expand Down

0 comments on commit ddf2945

Please sign in to comment.