Skip to content

Commit

Permalink
Don't use a tarball for HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Aug 26, 2014
1 parent 7d7714d commit 55f7e2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/harbour.rb
Expand Up @@ -12,9 +12,7 @@ class Harbour < Formula
sha1 "0127b7daaaae6393fd69fff8e7e21a9ebae7c18d" => :lion
end

head do
url "https://github.com/harbour/core/archive/master.tar.gz"
end
head "https://github.com/harbour/core.git"

depends_on "pcre"
depends_on :x11 => :recommended
Expand Down

0 comments on commit 55f7e2a

Please sign in to comment.