diff options
| author | Vincent von Hof | 2014-01-06 16:31:39 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-06 15:38:15 +0000 |
| commit | 11fed10b21bc7ebf0fce91527720adbc8fb26cfe (patch) | |
| tree | c6102da004f6555ebc2a3ec0d3096364096136c2 | |
| parent | c9f351eb9568157ff487bbc0d2304b2a245db1d6 (diff) | |
| download | homebrew-11fed10b21bc7ebf0fce91527720adbc8fb26cfe.tar.bz2 | |
mercurial 2.8.2
Closes #25679.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -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 6d9ff463f..15cb5e21b 100644 --- a/Library/Formula/mercurial.rb +++ b/Library/Formula/mercurial.rb @@ -2,9 +2,9 @@ require 'formula' class Mercurial < Formula homepage 'http://mercurial.selenic.com/' - url 'http://mercurial.selenic.com/release/mercurial-2.8.1.tar.gz' - mirror 'http://fossies.org/linux/misc/mercurial-2.8.1.tar.gz' - sha1 'f44c5ca419ed8fb2d83f6945c093349a0602908c' + url 'http://mercurial.selenic.com/release/mercurial-2.8.2.tar.gz' + mirror 'http://fossies.org/linux/misc/mercurial-2.8.2.tar.gz' + sha1 'a724217d66f4a3f0a8ade971aefa66523e7a2ea9' head 'http://selenic.com/repo/hg', :using => :hg |
