Skip to content

Commit

Permalink
fix(tf2-sourcemod): bump sourcemod version
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Sep 17, 2021
1 parent ca3a686 commit c30f9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tf2-sourcemod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ LABEL maintainer="[email protected]"

WORKDIR $HOME

ARG METAMOD_TARBALL_FILE_NAME=mmsource-1.11.0-git1144-linux.tar.gz
ARG METAMOD_TARBALL_FILE_NAME=mmsource-1.11.0-git1145-linux.tar.gz
ARG METAMOD_TARBALL_URL=https://mms.alliedmods.net/mmsdrop/1.11/${METAMOD_TARBALL_FILE_NAME}

ARG SOURCEMOD_TARBALL_FILE_NAME=sourcemod-1.10.0-git6504-linux.tar.gz
ARG SOURCEMOD_TARBALL_FILE_NAME=sourcemod-1.10.0-git6512-linux.tar.gz
ARG SOURCEMOD_TARBALL_URL=https://sm.alliedmods.net/smdrop/1.10/${SOURCEMOD_TARBALL_FILE_NAME}

RUN wget -nv "${METAMOD_TARBALL_URL}" \
Expand Down

0 comments on commit c30f9c9

Please sign in to comment.