1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Update download links to point to github.

This commit is contained in:
Markus F.X.J. Oberhumer 2016-09-29 00:37:11 +02:00
parent 85a5759afb
commit 81f3ff098f
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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 /