diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mercurial.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index 2a6679cf7..c6d6d8ad6 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -1,9 +1,9 @@ require 'formula' class Mercurial < Formula - url 'http://mercurial.selenic.com/release/mercurial-2.0.1.tar.gz' + url 'http://mercurial.selenic.com/release/mercurial-2.0.2.tar.gz' homepage 'http://mercurial.selenic.com/' - sha1 '7983f564c06aef598fcfd7f8c1c33f4669362760' + sha1 'aedcb4e41c5b49188d9d34d12c343b2ec099c61b' head 'http://selenic.com/repo/hg', :using => :hg depends_on 'docutils' => :python if ARGV.build_head? or ARGV.include? "--doc" |
