aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorStian Eikeland2012-04-02 10:09:27 +0200
committerJack Nagel2012-04-02 13:20:58 -0500
commitaf2fab2824cd2aea22bda6edc943164575c4b4ec (patch)
treeae5af057b86f800dc6643089d8b5f211c91edcff /Library/Formula
parent4dc1861e641520d1d97fb6af56406c58dd7d0346 (diff)
downloadhomebrew-af2fab2824cd2aea22bda6edc943164575c4b4ec.tar.bz2
mercurial 2.1.2
Closes #11380. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mercurial.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb
index 4b33e61d3..8cef04ab9 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.1.1.tar.gz'
- sha1 'd6cc4b649b6705113732e62756788542897ba008'
+ url 'http://mercurial.selenic.com/release/mercurial-2.1.2.tar.gz'
+ sha1 '6fa2f2510757e3e62efa9d8953f8b703b84075b2'
head 'http://selenic.com/repo/hg', :using => :hg
@@ -13,11 +13,6 @@ class Mercurial < Formula
[["--doc", "build the documentation. Depends on 'docutils' module."]]
end
- def patches
- # Fix xcodebuild handling in setup.py; is present in HEAD
- "http://selenic.com/hg/raw-rev/5536770b3c88" unless ARGV.build_head?
- end
-
def install
# Don't add compiler specific flags so we can build against
# System-provided Python.