diff options
| author | Adam Vandenberg | 2012-02-12 22:48:37 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-02-12 22:48:37 -0800 | 
| commit | 4bcf5809e545b6fb834dff633791b59e8a31013c (patch) | |
| tree | 85b82312fe1bd839077208ff7aa5633e53703d0f /Library/Formula/fossil.rb | |
| parent | c4817d271743d73f2ef37d8b25a9b93aa260f796 (diff) | |
| download | homebrew-4bcf5809e545b6fb834dff633791b59e8a31013c.tar.bz2 | |
fossil 1.21
Diffstat (limited to 'Library/Formula/fossil.rb')
| -rw-r--r-- | Library/Formula/fossil.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb index 9223cb1ac..ac98f48cc 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -1,10 +1,10 @@  require 'formula'  class Fossil < Formula -  version '1.20' -  url 'http://www.fossil-scm.org/download/fossil-src-20111021125253.tar.gz' -  md5 'd3bd7d3bf60b523578f37315cd8a8f12'    homepage 'http://www.fossil-scm.org/' +  url 'http://www.fossil-scm.org/download/fossil-src-20111213135356.tar.gz' +  version '1.21' +  md5 'd3bd7d3bf60b523578f37315cd8a8f12'    head 'fossil://http://www.fossil-scm.org/'    def install | 
