diff options
| author | Max Howell | 2009-10-09 03:59:02 +0100 |
|---|---|---|
| committer | Max Howell | 2009-10-09 03:59:41 +0100 |
| commit | 139a81fb93e84190c40b923bb0c5f187a057902b (patch) | |
| tree | cd3845a42fd040585c6fee50f654cebfbe3feb8c /Library/Formula | |
| parent | 2c6f6e16913ec4f0751abc181dd92f1307e0bd34 (diff) | |
| download | homebrew-139a81fb93e84190c40b923bb0c5f187a057902b.tar.bz2 | |
The proper way to do this is with the head function
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/factor.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/factor.rb b/Library/Formula/factor.rb index 148b78936..6cf791873 100644 --- a/Library/Formula/factor.rb +++ b/Library/Formula/factor.rb @@ -5,8 +5,7 @@ require 'brewkit' # "a very long time" to bootstrap the image. class Factor <Formula - url 'git://github.com/slavapestov/factor.git' - version 'trunk' + head 'git://github.com/slavapestov/factor.git' homepage 'http://factorcode.org/' def install @@ -16,7 +15,7 @@ class Factor <Formula libexec.install "Factor.app" libexec.install "factor.image" end - + def caveats "Cocoa app installed to #{libexec}.\n\n"\ "Makes use of 'factor.image' in the same folder." |
