]> git.proxmox.com Git - libgit2.git/commitdiff
travis: replace use of deprecated homebrew/dupes tap
authorPatrick Steinhardt <ps@pks.im>
Tue, 13 Jun 2017 06:09:38 +0000 (08:09 +0200)
committerPatrick Steinhardt <ps@pks.im>
Tue, 13 Jun 2017 06:13:48 +0000 (08:13 +0200)
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".

script/install-deps-osx.sh

index 27d80967cbbf3510dc103e84697a4cd116565b50..94314dbaac6704f35a0a3f2da8f615b93e54dc01 100755 (executable)
@@ -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