diff options
| -rw-r--r-- | Library/Formula/ccache.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb index b93441dc8..11ce58736 100644 --- a/Library/Formula/ccache.rb +++ b/Library/Formula/ccache.rb @@ -5,9 +5,9 @@ class Ccache < Formula url 'http://samba.org/ftp/ccache/ccache-3.1.9.tar.bz2' sha1 'e80a5cb7301e72f675097246d722505ae56e3cd3' - head 'https://github.com/jrosdahl/ccache.git' + head do + url 'https://github.com/jrosdahl/ccache.git' - if build.head? depends_on :autoconf depends_on :automake depends_on :libtool |
