From 050a4f8b23880008e3d648bfa47dfa0dc2eb2d92 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 27 Aug 2018 22:00:58 +0300 Subject: [PATCH] Fix TravisCI macOS builds --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ced0932c8..6b8459ad3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -134,13 +134,13 @@ 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.1.7+git20180422.3ede0b9c20+patched-configure.el_capitan.bottle.tar.gz + wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar--1.1.9+git20180812.0bcf6cef23+patched-configure.el_capitan.bottle.tar.gz fi # 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.1.7+git20180422.3ede0b9c20+patched-configure.el_capitan.bottle.tar.gz" "$(brew --cache)" + cp "$HOME/hombebrew_cache/libtorrent-rasterbar--1.1.9+git20180812.0bcf6cef23+patched-configure.el_capitan.bottle.tar.gz" "$(brew --cache)" brew install "$HOME/hombebrew_cache/libtorrent-rasterbar.rb" if [ "$build_system" = "cmake" ]; then