diff --git a/.appveyor.yml b/.appveyor.yml index a2019554..cd89550d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -23,8 +23,8 @@ install: - cd c:\projects\upx - git submodule update --init --recursive - cd c:\projects\deps - - appveyor DownloadFile "https://download.freenas.org/distfiles/ucl-1.03.tar.gz" - - appveyor DownloadFile "http://prdownloads.sourceforge.net/libpng/zlib-1.2.8.tar.gz?download" + - appveyor DownloadFile "https://github.com/upx/upx/files/499379/ucl-1.03.tar.gz" + - appveyor DownloadFile "https://github.com/upx/upx/files/499381/zlib-1.2.8.tar.gz" - tar -xzf ucl-1.03.tar.gz - sed -i '/snprintf *_v*snprintf/d' ucl-1.03/acc/acc_auto.h - tar -xzf zlib-1.2.8.tar.gz diff --git a/.circle.yml b/.circle.yml index d18fe31a..86d66d29 100644 --- a/.circle.yml +++ b/.circle.yml @@ -20,7 +20,7 @@ checkout: dependencies: pre: - mkdir -p ../deps - - cd ../deps && wget --no-check-certificate -q -O - https://download.freenas.org/distfiles/ucl-1.03.tar.gz | tar -xz + - cd ../deps && wget -q -O - https://github.com/upx/upx/files/499379/ucl-1.03.tar.gz | tar -xz - cd ../deps && git clone https://github.com/upx/upx-testsuite override: - bash ./.github/travis_build.sh diff --git a/.travis.yml b/.travis.yml index 1ffa03b3..685b3c6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -167,7 +167,7 @@ matrix: install: - umask 022; cd $TRAVIS_BUILD_DIR && mkdir -p ../deps - - cd ../deps && travis_retry wget --no-check-certificate -q -O - https://download.freenas.org/distfiles/ucl-1.03.tar.gz | tar -xz + - cd ../deps && travis_retry wget -q -O - https://github.com/upx/upx/files/499379/ucl-1.03.tar.gz | tar -xz - cd ../deps && travis_retry git clone https://github.com/upx/upx-testsuite - | cd /