Skip to content

Commit f5e3fe0

Browse files
author
Valentin Noel
committed
Travis: replace Curl calls by WGet
To retrieve libogg and libvorbis from the repository
1 parent 858cc2f commit f5e3fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/travis/linux.install.deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
9696
echo ""
9797
echo "Building libogg (${OGG_VERSION})"
9898
DIR=$(mktemp -d liboggXXX) && cd ${DIR} && \
99-
curl -O http://downloads.xiph.org/releases/ogg/libogg-${OGG_VERSION}.tar.gz && \
99+
wget http://downloads.xiph.org/releases/ogg/libogg-${OGG_VERSION}.tar.gz && \
100100
tar xzf libogg-${OGG_VERSION}.tar.gz && \
101101
cd libogg-${OGG_VERSION} && \
102102
./configure --prefix="${DEPENDENCY_INSTALL_PATH}" --disable-shared --with-pic && \
@@ -108,7 +108,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
108108
echo ""
109109
echo "Building libvorbis (${VORBIS_VERSION})"
110110
DIR=$(mktemp -d libvorbisXXX) && cd ${DIR} && \
111-
curl -O http://downloads.xiph.org/releases/vorbis/libvorbis-${VORBIS_VERSION}.tar.gz && \
111+
wget http://downloads.xiph.org/releases/vorbis/libvorbis-${VORBIS_VERSION}.tar.gz && \
112112
tar xzf libvorbis-${VORBIS_VERSION}.tar.gz && \
113113
cd libvorbis-${VORBIS_VERSION} && \
114114
./configure --prefix="${DEPENDENCY_INSTALL_PATH}" --with-ogg="${DEPENDENCY_INSTALL_PATH}" --disable-shared --with-pic && \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy