git 1.7.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
03ba22b060
commit
e17d6ffc29
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
|||
require 'formula'
|
||||
|
||||
class GitManuals < Formula
|
||||
url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.5.4.tar.bz2'
|
||||
md5 '7a74ef1c64395a07301359a8707c828a'
|
||||
url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.6.tar.bz2'
|
||||
md5 'a017935cf9e90d9f056b6547c318fd15'
|
||||
end
|
||||
|
||||
class GitHtmldocs < Formula
|
||||
url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.5.4.tar.bz2'
|
||||
md5 '88226c08c208101db61e345a3598c4af'
|
||||
url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.6.tar.bz2'
|
||||
md5 '8ab9c524844ad54edcb5c40d1c886ded'
|
||||
end
|
||||
|
||||
class Git < Formula
|
||||
url 'http://kernel.org/pub/software/scm/git/git-1.7.5.4.tar.bz2'
|
||||
md5 '4985b774db84d3bbcc2b8d90952552a3'
|
||||
url 'http://kernel.org/pub/software/scm/git/git-1.7.6.tar.bz2'
|
||||
md5 '9e0a438eb71e89eedb61f89470ed32a0'
|
||||
homepage 'http://git-scm.com'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue