Mercurial 2.5.1
Closes Homebrew/homebrew#17720. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b242da56cb
commit
65e6d59959
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Mercurial < Formula
|
||||
homepage 'http://mercurial.selenic.com/'
|
||||
url 'http://mercurial.selenic.com/release/mercurial-2.5.tar.gz'
|
||||
sha1 '21800a6355fadd67ddb85205f8dd887798502da6'
|
||||
url 'http://mercurial.selenic.com/release/mercurial-2.5.1.tar.gz'
|
||||
sha1 '91daddc64fa3cb3cb0bd85876030ced0d4ff7e5b'
|
||||
|
||||
head 'http://selenic.com/repo/hg', :using => :hg
|
||||
|
||||
|
|
Loading…
Reference in a new issue