Skip to content

Commit

Permalink
Merge pull request #111 from JuliaLang/tk/url
Browse files Browse the repository at this point in the history
change homebrew url
  • Loading branch information
tkelman committed Jun 5, 2016
2 parents 9e1d59f + 909a316 commit 0fa6e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Homebrew.jl
Expand Up @@ -14,7 +14,7 @@ const brew_prefix = abspath(joinpath(dirname(@__FILE__),"..","deps", "usr"))
const brew_exe = joinpath(brew_prefix,"bin","brew")
const tappath = joinpath(brew_prefix,"Library","Taps","staticfloat","homebrew-juliadeps")

const BREW_URL = "https://github.com/Homebrew/homebrew.git"
const BREW_URL = "https://github.com/Homebrew/brew.git"
const BREW_BRANCH = "master"
const BOTTLE_SERVER = "https://juliabottles.s3.amazonaws.com"

Expand Down

0 comments on commit 0fa6e7b

Please sign in to comment.