diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mercurial.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index 69bd6bbb0..e74ae8296 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -4,14 +4,10 @@ require "formula" # of Homebrew. class Mercurial < Formula homepage "http://mercurial.selenic.com/" - url "http://mercurial.selenic.com/release/mercurial-3.2.2.tar.gz" - sha1 "a8a51aa412abd5155c7de29fd39c9774decb4d3f" + url "http://mercurial.selenic.com/release/mercurial-3.2.3.tar.gz" + sha1 "7c870aebcfd7720813c53c75b0939cee8a0e1168" bottle do - cellar :any - sha1 "e1cb3bd4effe967a82b3067a8d02f6284220d754" => :yosemite - sha1 "2074f826e0a883fcb811ab2fc6b192fb65c61a1d" => :mavericks - sha1 "550f916069fdb3c89e96b772c387e12a2dcefa61" => :mountain_lion end def install |
