Skip to content

Commit

Permalink
fix(tf2-competitive): update srctvplus to v3.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored Oct 13, 2022
1 parent 46ab09c commit bac86f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/tf2-competitive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ ARG RGL_CONFIGS_URL=https://github.com/RGLgg/server-resources-updater/releases/d
ARG DEMOS_TF_PLUGIN_FILE_NAME=demostf.smx
ARG DEMOS_TF_PLUGIN_URL=https://github.com/demostf/plugin/raw/master/${DEMOS_TF_PLUGIN_FILE_NAME}

ARG SRCTV_PLUS_VERSION=v3.0
ARG SRCTV_PLUS_SO_FILE_NAME=srctvplus.so
ARG SRCTV_PLUS_SO_URL=https://github.com/dalegaard/srctvplus/releases/download/v2.0/${SRCTV_PLUS_SO_FILE_NAME}
ARG SRCTV_PLUS_SO_URL=https://github.com/dalegaard/srctvplus/releases/download/${SRCTV_PLUS_VERSION}/${SRCTV_PLUS_SO_FILE_NAME}

ARG SRCTV_PLUS_VDF_FILE_NAME=srctvplus.vdf
ARG SRCTV_PLUS_VDF_URL=https://github.com/dalegaard/srctvplus/releases/download/v2.0/${SRCTV_PLUS_VDF_FILE_NAME}
ARG SRCTV_PLUS_VDF_URL=https://github.com/dalegaard/srctvplus/releases/download/${SRCTV_PLUS_VERSION}/${SRCTV_PLUS_VDF_FILE_NAME}

ARG IMPROVED_MATCH_TIMER_PLUGIN_FILE_NAME=Improved-Match-Timer-main.zip
ARG IMPROVED_MATCH_TIMER_PLUGIN_URL=https://github.com/dewbsku/Improved-Match-Timer/archive/refs/heads/main.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 @@ -6,7 +6,7 @@ ee083c8a5fe22f2228f6b3e643bf3c80 etf2l_configs.zip
0c089b77ca11d7cc242b3f7785282599 mgemod.zip
f04d86ea2f7f97ff344bd25d77669b70 server-resources-updater.zip
b82f1184a9209e87251a03cfe9aa4221 soap.zip
0f310b2f1c0d05ef9c626e8848b79f49 srctvplus.so
b300b5af86f8b1fceda4e8c52d1bc5e6 srctvplus.so
5576370d65439a86f4a2ec4c892d4221 srctvplus.vdf
521fa89da1771fe54fe918433da3963f tf2-comp-fixes.zip
046fe7d2cb239f207ddd8784a4a83faa updated-pause-plugin.zip
Expand Down

0 comments on commit bac86f9

Please sign in to comment.