From 9b7dc87a99e2c085472a9d313e66f10ece4a6410 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 11 Sep 2017 01:18:51 +0300 Subject: [PATCH] Travis: Update libtorrent bottle with boost 1.65+ fix. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8eff7a629..b231f463f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -132,7 +132,7 @@ install: cp "version" $HOME/hombebrew_cache ; cd "$HOME/hombebrew_cache" ; wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar.rb ; - wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar-1.0.11+git20172003.8736a59adc.el_capitan.bottle.tar.gz + wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar-1.0.11+git20170910.6d5625e0ea.el_capitan.bottle.tar.gz wget https://builds.shiki.hu/homebrew/qt.rb wget https://builds.shiki.hu/homebrew/qt-5.9.1.el_capitan.bottle.tar.gz fi @@ -140,7 +140,7 @@ install: # Copy custom libtorrent bottle to homebrew's cache so it can find and install it # Also install our custom libtorrent formula by passing the local path to it # These 2 files are restored from Travis' cache. - cp "$HOME/hombebrew_cache/libtorrent-rasterbar-1.0.11+git20172003.8736a59adc.el_capitan.bottle.tar.gz" "$(brew --cache)" + cp "$HOME/hombebrew_cache/libtorrent-rasterbar-1.0.11+git20170910.6d5625e0ea.el_capitan.bottle.tar.gz" "$(brew --cache)" brew install "$HOME/hombebrew_cache/libtorrent-rasterbar.rb" ; # Qt