diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mercurial.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index 93464534c..2c528fb2c 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -4,8 +4,8 @@ require 'formula' # of Homebrew. class Mercurial < Formula homepage 'http://mercurial.selenic.com/' - url 'http://mercurial.selenic.com/release/mercurial-3.1.1.tar.gz' - sha1 '09cb417f55175262fcbe510af88db76bb893572e' + url 'http://mercurial.selenic.com/release/mercurial-3.1.2.tar.gz' + sha1 'ae7e16454cee505da895c2497f09711f35287459' bottle do cellar :any |
