diff options
| author | Takumi IINO | 2014-06-08 20:21:21 +0900 |
|---|---|---|
| committer | Jack Nagel | 2014-06-08 10:48:54 -0500 |
| commit | ec1d0607e1bc1d0f5839abb75e5b0445a9c9f282 (patch) | |
| tree | 74442c3a57e17227006c634b80e7c80a14386102 /Library | |
| parent | 55b8850e66f5547c44cabe983ba7d696b9221112 (diff) | |
| download | homebrew-ec1d0607e1bc1d0f5839abb75e5b0445a9c9f282.tar.bz2 | |
mercurial 3.0.1
Closes #29969.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mercurial.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mercurial.rb b/Library/Formula/mercurial.rb index a63660cb1..c5ec5b591 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -4,9 +4,9 @@ require 'formula' # of Homebrew. class Mercurial < Formula homepage 'http://mercurial.selenic.com/' - url 'http://mercurial.selenic.com/release/mercurial-3.0.tar.gz' - mirror 'http://fossies.org/linux/misc/mercurial-3.0.tar.gz' - sha1 'f9648580dd1a6a093fa16d7c28cf5aeefd20f2f0' + url 'http://mercurial.selenic.com/release/mercurial-3.0.1.tar.gz' + mirror 'http://fossies.org/linux/misc/mercurial-3.0.1.tar.gz' + sha1 '2d257836d28d22e4da3d0ad72b0489f6587b1165' def install ENV.minimal_optimization if MacOS.version <= :snow_leopard |
