From ba2dc69ff98e5fafabe871af7560abfce1a483ec Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Wed, 30 Nov 2016 13:17:45 +0800 Subject: [PATCH] Fix URL --- .travis.yml | 8 ++++---- appveyor.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7150e64dc..135850edf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,15 +121,15 @@ install: - | if [ "$TRAVIS_OS_NAME" = "osx" ]; then mkdir -p "$HOME/hombebrew_cache" ; - wget http://builds.shiki.hu/homebrew/version ; + wget https://builds.shiki.hu/homebrew/version ; if ! cmp --quiet "version" "$HOME/hombebrew_cache/version" ; then echo "Cached files are different from server. Downloading new ones." ; cp "version" $HOME/hombebrew_cache ; cd "$HOME/hombebrew_cache" ; - wget http://builds.shiki.hu/homebrew/libtorrent-rasterbar.rb ; - wget http://builds.shiki.hu/homebrew/libtorrent-rasterbar-1.0.10.yosemite.bottle.tar.gz ; + wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar.rb ; + wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar-1.0.10.yosemite.bottle.tar.gz ; fi - + # dependencies brew update > /dev/null ; brew install colormake ccache ; diff --git a/appveyor.yml b/appveyor.yml index 07c733b95..5c8e3da42 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,8 @@ environment: REPO_DIR: &REPO_DIR c:\qbittorrent CACHE_DIR: &CACHE_DIR c:\qbt_cache - QBT_VER_URL: http://builds.shiki.hu/appveyor/version - QBT_LIB_URL: http://builds.shiki.hu/appveyor/qbt_libraries.7z + QBT_VER_URL: https://builds.shiki.hu/appveyor/version + QBT_LIB_URL: https://builds.shiki.hu/appveyor/qbt_libraries.7z # project directory clone_folder: *REPO_DIR