bump nativevotes and stac to newest version
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Philipp 2022-07-28 10:35:28 +02:00
parent 6dc147faa4
commit ee8f0c6ee7
Signed by: Gitea
GPG Key ID: 5A09F9506519E10A
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ LABEL maintainer="philipp@boehm.sh"
RUN \
# download plugins
wget -nv "https://github.com/dordnung/System2/releases/download/v3.3.2/system2.zip" -O system2.zip \
&& wget -nv "https://github.com/sapphonie/StAC-tf2/releases/download/v5.4.0/stac.zip" -O stac.zip \
&& wget -nv "https://github.com/sapphonie/sourcemod-nativevotes-updated/releases/download/workflow-build17/nativevotes.zip" -O nativevotes.zip \
&& wget -nv "https://github.com/sapphonie/StAC-tf2/releases/download/v5.4.1/stac.zip" -O stac.zip \
&& wget -nv "https://github.com/sapphonie/sourcemod-nativevotes-updated/releases/download/workflow-build19/nativevotes.zip" -O nativevotes.zip \
&& wget -nv "https://github.com/ErikMinekus/sm-advertisements/releases/download/2.1.1/release.tar.gz" -O advertisements.tar.gz \
&& wget -nv "http://users.alliedmods.net/~kyles/builds/SteamWorks/SteamWorks-git132-linux.tar.gz" -O SteamWorks.tar.gz \
&& wget -nv "https://gitlab.com/Zipcore/Discord/-/raw/master/plugins/discord.smx" -O discord.smx \