diff options
| author | Daniel Schobel | 2009-12-27 22:33:20 -0600 |
|---|---|---|
| committer | Max Howell | 2009-12-31 01:40:11 +0000 |
| commit | f4a68efd9fa8ed5f97b524e56af2fc1b344e8f77 (patch) | |
| tree | b10828452054290558abfb4cd5fcecdd6fc5a12d /Library/Formula/fossil.rb | |
| parent | 23e2029932120adfa2c6eae4aa67df1265d54c66 (diff) | |
| download | homebrew-f4a68efd9fa8ed5f97b524e56af2fc1b344e8f77.tar.bz2 | |
Fixes fossil 404 download error
Closes #308
Diffstat (limited to 'Library/Formula/fossil.rb')
| -rw-r--r-- | Library/Formula/fossil.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb index 8018a8fb3..a95401b24 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -1,9 +1,10 @@ require 'formula' class Fossil <Formula - @url='http://www.fossil-scm.org/download/fossil-src-20091111162119.tar.gz' + + @url='http://www.fossil-scm.org/download/fossil-src-20091220213451.tar.gz' @homepage='http://www.fossil-scm.org/' - @md5='7522d1ad59387032cb5d4dec203d1afa' + @md5='152d94b378eacc1d8151ec3385800ac2' def install system "make" |
