diff options
| author | Nick Thomas | 2015-03-12 12:33:59 +1300 |
|---|---|---|
| committer | Brett Koonce | 2015-03-11 23:50:38 -0700 |
| commit | b890bb028a0949b6a9a485538b099f8be5f47852 (patch) | |
| tree | 04755f397165eb9a1810108388094bb0ccaa610c /Library | |
| parent | 65fc36057f2570fbd5d2c6dbd88188a36ef5c94b (diff) | |
| download | homebrew-b890bb028a0949b6a9a485538b099f8be5f47852.tar.bz2 | |
mercurial 3.3.2
Closes #37612.
Signed-off-by: Brett Koonce <koonce@gmail.com>
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 e4d461585..75f2b5c00 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -2,8 +2,8 @@ # of Homebrew. class Mercurial < Formula homepage "http://mercurial.selenic.com/" - url "http://mercurial.selenic.com/release/mercurial-3.3.tar.gz" - sha1 "9bc03b6e82ce7bccb9d2608c7a5c4023adf2290c" + url "http://mercurial.selenic.com/release/mercurial-3.3.2.tar.gz" + sha1 "53b51d5c1e365bd8e77b29bf38c730b70df597ad" bottle do cellar :any |
