diff options
| author | Adam Vandenberg | 2013-09-27 18:50:13 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-09-27 18:50:13 -0700 | 
| commit | d7e059ac2d859219026dd2c776ea265c2408022e (patch) | |
| tree | fd8cd4a0deec3475369bd2746d07e986f0e4d86a /Library/Formula/fossil.rb | |
| parent | 29720dc7f76031d6cadd3fb4af1ecf0cf9696766 (diff) | |
| download | homebrew-d7e059ac2d859219026dd2c776ea265c2408022e.tar.bz2 | |
fossil 1.27
Closes #22860.
Diffstat (limited to 'Library/Formula/fossil.rb')
| -rw-r--r-- | Library/Formula/fossil.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb index e1fe9a570..52092e199 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -2,11 +2,10 @@ require 'formula'  class Fossil < Formula    homepage 'http://www.fossil-scm.org/' -  url 'http://www.fossil-scm.org/download/fossil-src-20130618210923.tar.gz' -  sha1 'b8de07de92483ba491c7e11c1d82147bce1cdaf9' -  version '1.26' -    head 'fossil://http://www.fossil-scm.org/' +  url 'http://www.fossil-scm.org/download/fossil-src-20130911114349.tar.gz' +  sha1 '2e2149fff30d63a1869ecb5a7d6b17996477612a' +  version '1.27'    option 'without-json', 'Build without "json" command support.'    option 'without-tcl', "Build without the tcl-th1 command bridge." | 
