mercurial 3.2.3
Closes Homebrew/homebrew#35110. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1f721de59d
commit
796ca9695e
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue