diff options
| author | David Albert | 2010-07-19 12:10:01 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-07-19 22:29:17 -0700 | 
| commit | 5b239d10196be291ed2dedae0d41a1df8cbf11a8 (patch) | |
| tree | 5d2cf1451c31f24c5154508322b463a0f92f85fc /Library/Formula/fossil.rb | |
| parent | bd52060fca4e942c28f40bc497054ad432791796 (diff) | |
| download | homebrew-5b239d10196be291ed2dedae0d41a1df8cbf11a8.tar.bz2 | |
Updated fossil to latest version
Current version as of this commit is 20100703153359
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 8c5d7dfdc..ef5535ffd 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -1,9 +1,9 @@  require 'formula'  class Fossil <Formula -  url 'http://www.fossil-scm.org/download/fossil-src-20100521162104.tar.gz' +  url 'http://www.fossil-scm.org/download/fossil-src-20100703153359.tar.gz'    homepage 'http://www.fossil-scm.org/' -  md5 'a79cd18bf698013928fbafe7010f0b61' +  md5 '2f9d5d3587a902896b31a6bd1855f386'    def install      system "make" | 
