diff options
| author | Jack Nagel | 2012-02-13 13:47:11 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2012-02-13 13:47:11 -0600 | 
| commit | 62c9955245e8fbda9e23b1f0e5b736828c85c433 (patch) | |
| tree | 55034135cdaf6028f70ba889763ba39bf1675570 /Library/Formula/fossil.rb | |
| parent | 851e2e834434a4d9166e11d0b4c80e3449a717d4 (diff) | |
| download | homebrew-62c9955245e8fbda9e23b1f0e5b736828c85c433.tar.bz2 | |
fossil: fix checksum
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/fossil.rb')
| -rw-r--r-- | Library/Formula/fossil.rb | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb index ac98f48cc..d2384f53a 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -3,8 +3,9 @@ require 'formula'  class Fossil < Formula    homepage 'http://www.fossil-scm.org/'    url 'http://www.fossil-scm.org/download/fossil-src-20111213135356.tar.gz' +  md5 'b81c13dc145804911c0b941c804522d6'    version '1.21' -  md5 'd3bd7d3bf60b523578f37315cd8a8f12' +    head 'fossil://http://www.fossil-scm.org/'    def install | 
