summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2017-06-13 08:09:38 +0200
committerPatrick Steinhardt <ps@pks.im>2017-06-13 08:13:48 +0200
commit96d029892117d891969155e332a12caccc090681 (patch)
treec77ac9a9eadeae75f6e365e596864632c8e24225 /script
parent2ca088bd2b253649943a112c40179d544e5083fa (diff)
downloadlibgit2-96d029892117d891969155e332a12caccc090681.tar.gz
travis: replace use of deprecated homebrew/dupes tap
The formulae provided by the homebrew/dupes tap are deprecated since at least April 4, 2017, with formulae having been migrated to homebrew/core. Replace the deprecated reference to "homebrew/dupes/zlib" with only "zlib".
Diffstat (limited to 'script')
-rwxr-xr-xscript/install-deps-osx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/install-deps-osx.sh b/script/install-deps-osx.sh
index 27d80967c..94314dbaa 100755
--- a/script/install-deps-osx.sh
+++ b/script/install-deps-osx.sh
@@ -3,7 +3,7 @@
set -x
brew update
-brew install homebrew/dupes/zlib
+brew install zlib
brew install curl
brew install openssl
brew install libssh2