diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mercurial.rb | 9 |
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. |
