Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-07-07 19:35:44 +0300
committerRobert Adam <dev@robert-adam.de>2020-07-07 20:05:08 +0300
commit6e9d008984cb23045395560e10119d2836587cdb (patch)
treebe8a48f00011004cbee6a927bb9ab06f2b30787d /scripts
parentd4aeca176d6e3dd21990332ef5c4d53b77b7beee (diff)
CI(travis): Use proper URL for MXE-downloads
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis-ci/before_install.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis-ci/before_install.bash b/scripts/travis-ci/before_install.bash
index c5d9f496c..e335e7680 100755
--- a/scripts/travis-ci/before_install.bash
+++ b/scripts/travis-ci/before_install.bash
@@ -27,7 +27,7 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
elif [ "${MUMBLE_QT}" == "qt5" ] && [ "${MUMBLE_HOST}" == "i686-w64-mingw32" ]; then
sudo dpkg --add-architecture i386
sudo apt-get -qq update
- echo "deb https://dl.mumble.info/mirror/mirror.mxe.cc/repos/apt xenial main" | sudo tee /etc/apt/sources.list.d/mxe.list
+ echo "deb https://dl.mumble.info/mirror/pkg.mxe.cc/repos/apt xenial main" | sudo tee /etc/apt/sources.list.d/mxe.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 86B72ED9
sudo apt-get -qq update
sudo apt-get install \
@@ -46,7 +46,7 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
elif [ "${MUMBLE_QT}" == "qt5" ] && [ "${MUMBLE_HOST}" == "x86_64-w64-mingw32" ]; then
sudo dpkg --add-architecture i386
sudo apt-get -qq update
- echo "deb https://dl.mumble.info/mirror/mirror.mxe.cc/repos/apt xenial main" | sudo tee /etc/apt/sources.list.d/mxe.list
+ echo "deb https://dl.mumble.info/mirror/pkg.mxe.cc/repos/apt xenial main" | sudo tee /etc/apt/sources.list.d/mxe.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 86B72ED9
sudo apt-get -qq update
sudo apt-get install \