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

chore: update soap, tf2rue and etf2l configs #146

Merged
merged 4 commits into from
Jun 6, 2024
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
6 changes: 3 additions & 3 deletions packages/tf2-competitive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="garrappachc@gmail.com"
COPY checksum.md5 .

ARG SOAP_DM_PLUGIN_FILE_NAME=soap.zip
ARG SOAP_DM_PLUGIN_VERSION=4.4.6
ARG SOAP_DM_PLUGIN_VERSION=4.4.7
ARG SOAP_DM_PLUGIN_URL=https://github.com/sapphonie/SOAP-TF2DM/releases/download/v${SOAP_DM_PLUGIN_VERSION}/${SOAP_DM_PLUGIN_FILE_NAME}

ARG COMP_FIXES_PLUGIN_FILE_NAME=tf2-comp-fixes.zip
Expand All @@ -25,7 +25,7 @@ ARG NEOCURL_PLUGIN_VERSION=v2.0.1-beta1
ARG NEOCURL_PLUGIN_URL=https://github.com/sapphonie/SM-neocurl-ext/releases/download/${NEOCURL_PLUGIN_VERSION}/${NEOCURL_PLUGIN_FILE_NAME}

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

ARG RGL_CONFIGS_FILE_NAME=server-resources-updater.zip
Expand All @@ -51,7 +51,7 @@ ARG F2_SOURCEMOD_PLUGINS_URL=https://github.com/F2/F2s-sourcemod-plugins/release
ARG F2_ENABLED_PLUGINS="afk.smx fixstvslot.smx logstf.smx medicstats.smx recordstv.smx restorescore.smx supstats2.smx waitforstv.smx"

ARG TF2RUE_PLUGIN_FILE_NAME=tf2rue.zip
ARG TF2RUE_PLUGIN_VERSION=v0.0.9
ARG TF2RUE_PLUGIN_VERSION=v0.0.11
ARG TF2RUE_PLUGIN_URL=https://github.com/sapphonie/tf2rue/releases/download/${TF2RUE_PLUGIN_VERSION}/${TF2RUE_PLUGIN_FILE_NAME}

RUN \
Expand Down
6 changes: 3 additions & 3 deletions packages/tf2-competitive/checksum.md5
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
0cce9627ca1a86eca1ca8f6e478229c2 sm-neocurl-repack.zip
b1b12f3ff9dfc16db0f3e532eb213ef7 demostf.smx
0fc51a60529a542ff003254b929fb477 etf2l_configs.zip
37ee9e1c38d040d855159496ec65a9e6 etf2l_configs.zip
c99c94133bf7965f69a6b3c19d66a393 mge.zip
f04d86ea2f7f97ff344bd25d77669b70 server-resources-updater.zip
d2ce504b4eee4768071862a2c5f6c687 soap.zip
8503eed566317c676c6bd386c20db33c soap.zip
b300b5af86f8b1fceda4e8c52d1bc5e6 srctvplus.so
5576370d65439a86f4a2ec4c892d4221 srctvplus.vdf
72b7d18bb346b1b2afef17c18c5447f4 tf2-comp-fixes.zip
046fe7d2cb239f207ddd8784a4a83faa updated-pause-plugin.zip
58b6f3313d03eb0e725d9bd4e496d3ee Improved-Match-Timer-main.zip
cbede9f128e0a77eb2496c85cd1132b5 f2-sourcemod-plugins.zip
5f71c5665d8532346aa5a58b4e6fc485 tf2rue.zip
b3472e739f607db23e41bc1a6d36de1d tf2rue.zip
Loading