diff options
Diffstat (limited to 'Library/Formula/phantomjs.rb')
| -rw-r--r-- | Library/Formula/phantomjs.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb index d25ad74cc..c94c58a9e 100644 --- a/Library/Formula/phantomjs.rb +++ b/Library/Formula/phantomjs.rb @@ -21,9 +21,7 @@ class Phantomjs < Formula sha1 "273dbe33d1edbdd034c903d919278d33d7ebe5dd" => :lion end - head do - url "https://github.com/ariya/phantomjs.git" - end + head "https://github.com/ariya/phantomjs.git" def install if build.stable? && MacOS.prefer_64_bit? |
