diff options
Diffstat (limited to 'Library/Formula/mercurial.rb')
| -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 83249ff7d..8e1938f6c 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.2.3.tar.gz' - sha1 'b754700c545c17f68e1ab36c942141d90c9b9b46' + url 'http://mercurial.selenic.com/release/mercurial-2.3.tar.gz' + sha1 'f5fb472500deb01677f1b2e82c7872fe06069cdb' head 'http://selenic.com/repo/hg', :using => :hg |
