pin to 9th June 2020

This commit is contained in:
lod 2020-08-11 21:27:15 +02:00
parent 438430199f
commit 070fc84e97
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ RUN buildDeps=' \
&& mkdir -p /usr/src/murmur \
&& git clone https://github.com/mumble-voip/mumble.git /usr/src/murmur \
&& cd /usr/src/murmur \
&& git revert -m 6da56c7 --no-commit 9f5aab48f8af825e4902dfa2ea922b2ffe20ed6b \
&& git checkout 7c67ea33f47716a188da045ead2035f978fc6253 \
&& git submodule init \
&& git submodule update \
&& qmake -recursive main.pro CONFIG+="no-client no-g15 no-bonjour grpc" \