From f5fcf1be2fac98e148f005f6d6cb754436fabd33 Mon Sep 17 00:00:00 2001 From: Karim Nassar Date: Sun, 8 Dec 2013 12:36:42 -0800 Subject: mercurial 2.8.1 Closes #25059. Signed-off-by: Adam Vandenberg --- Library/Formula/mercurial.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index 869918e49..fba4da2c2 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -2,9 +2,9 @@ require 'formula' class Mercurial < Formula homepage 'http://mercurial.selenic.com/' - url 'http://mercurial.selenic.com/release/mercurial-2.8.tar.gz' - mirror 'http://fossies.org/linux/misc/mercurial-2.8.tar.gz' - sha1 'a18e47c44bed2149a71d2154d7e0edca226bdd83' + url 'http://mercurial.selenic.com/release/mercurial-2.8.1.tar.gz' + mirror 'http://fossies.org/linux/misc/mercurial-2.8.1.tar.gz' + sha1 'f44c5ca419ed8fb2d83f6945c093349a0602908c' head 'http://selenic.com/repo/hg', :using => :hg -- cgit v1.2.3