Skip to content

Commit

Permalink
No longer rely on staticfloat/juliadeps tap
Browse files Browse the repository at this point in the history
Mainline Homebrew's `[email protected]` formula works just fine nowadays, so use that instead.
  • Loading branch information
staticfloat authored Oct 19, 2017
1 parent 89f9e3f commit 233e098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if Compat.Sys.iswindows()
provides(WinRPM.RPM, "zeromq", [zmq], os = :Windows)
elseif Compat.Sys.isapple()
using Homebrew
provides(Homebrew.HB, "staticfloat/juliadeps/zeromq32", zmq, os = :Darwin)
provides(Homebrew.HB, "[email protected]", zmq, os = :Darwin)
end

@BinDeps.install Dict(:zmq => :zmq)

0 comments on commit 233e098

Please sign in to comment.