diff options
| author | Antonio Zanardo | 2013-02-04 15:15:27 -0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-04 11:38:25 -0800 |
| commit | 954e37a75a9162987b3d5bb8de1031e283241b58 (patch) | |
| tree | 3bbb36c649e557d3f090d9ef91539df9b2d20621 /Library/Formula | |
| parent | f7a42d2bb6150a9851c341265a7f7d9ca73ad2cb (diff) | |
| download | homebrew-954e37a75a9162987b3d5bb8de1031e283241b58.tar.bz2 | |
Mercurial 2.5
Closes #17578.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 78f05f105..65611510c 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -2,8 +2,8 @@ require 'formula' class Mercurial < Formula homepage 'http://mercurial.selenic.com/' - url 'http://mercurial.selenic.com/release/mercurial-2.4.2.tar.gz' - sha1 'ade387c4c907abff235e887a9b4678450363c756' + url 'http://mercurial.selenic.com/release/mercurial-2.5.tar.gz' + sha1 '21800a6355fadd67ddb85205f8dd887798502da6' head 'http://selenic.com/repo/hg', :using => :hg |
