mercurial 2.8.1
Closes Homebrew/homebrew#25059. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
0adb6e9647
commit
643bbf8e60
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Mercurial < Formula
|
||||
homepage 'http://mercurial.selenic.com/'
|
||||
url 'http://mercurial.selenic.com/release/mercurial-2.8.tar.gz'
|
||||
mirror 'http://fossies.org/linux/misc/mercurial-2.8.tar.gz'
|
||||
sha1 'a18e47c44bed2149a71d2154d7e0edca226bdd83'
|
||||
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'
|
||||
|
||||
head 'http://selenic.com/repo/hg', :using => :hg
|
||||
|
||||
|
|
Loading…
Reference in a new issue