diff options
| author | Lucas Torri | 2010-11-10 17:01:49 -0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-11-10 11:10:50 -0800 | 
| commit | 9fb28136a54f31935b44d7d6cc5732aca37ed61b (patch) | |
| tree | 06d1d222db92710ff6b711a66cc61d3e29ad186c /Library/Formula/fossil.rb | |
| parent | 5bcbd3e5a2efa5c2d5f1a0eb57c071f229e4c218 (diff) | |
| download | homebrew-9fb28136a54f31935b44d7d6cc5732aca37ed61b.tar.bz2 | |
Updating Fossil formula to the latest available version.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/fossil.rb')
| -rw-r--r-- | Library/Formula/fossil.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb index f64b8b464..5c007fb72 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -1,10 +1,10 @@  require 'formula'  class Fossil <Formula -  url 'http://www.fossil-scm.org/download/fossil-src-20100918155143.tar.gz' +  url 'http://www.fossil-scm.org/download/fossil-src-20101110014319.tar.gz'    head 'fossil://http://www.fossil-scm.org/'    homepage 'http://www.fossil-scm.org/' -  md5 'fca02199e1795114212eb588e2d9aa8c' +  md5 '1d290490ecbebebc4875fc882b82498d'    def install      system "make" | 
