diff options
| author | Jack Nagel | 2014-09-04 19:49:43 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-04 19:49:43 -0500 |
| commit | 32875fdf6723c776510ee83c6d9b72ad3999affe (patch) | |
| tree | 0f911150de8a2c1593448ce693f22e1f90db70bb /Library | |
| parent | 167a3276a6d7d86ce4c820bafdb98914e8bae714 (diff) | |
| download | homebrew-32875fdf6723c776510ee83c6d9b72ad3999affe.tar.bz2 | |
Use compact form of head where possible
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/djvulibre.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/mu.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/phantomjs.rb | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/Library/Formula/djvulibre.rb b/Library/Formula/djvulibre.rb index e6c1f9f7b..3792792ca 100644 --- a/Library/Formula/djvulibre.rb +++ b/Library/Formula/djvulibre.rb @@ -18,9 +18,7 @@ class Djvulibre < Formula sha1 "96a3c4bd45ed2c2ca4a6efab0f1334326560b891" => :lion end - head do - url 'git://git.code.sf.net/p/djvu/djvulibre-git' - end + head 'git://git.code.sf.net/p/djvu/djvulibre-git' depends_on 'jpeg' depends_on 'libtiff' diff --git a/Library/Formula/mu.rb b/Library/Formula/mu.rb index b34c97d3a..9257aa825 100644 --- a/Library/Formula/mu.rb +++ b/Library/Formula/mu.rb @@ -16,9 +16,7 @@ class Mu < Formula url 'https://github.com/djcb/mu/archive/v0.9.9.6.tar.gz' sha1 '45feb511fecf8b306c87a42f3a84858ac442642c' - head do - url 'https://github.com/djcb/mu.git' - end + head 'https://github.com/djcb/mu.git' option 'with-emacs', 'Build with emacs support' 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? |
