git 1.7.7.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
12f283dfed
commit
33e1664580
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
|||
require 'formula'
|
||||
|
||||
class GitManuals < Formula
|
||||
url 'http://git-core.googlecode.com/files/git-manpages-1.7.7.3.tar.gz'
|
||||
sha1 'cf1b0d35e2d242bc4cffce3b2bf5b3e32857b395'
|
||||
url 'http://git-core.googlecode.com/files/git-manpages-1.7.7.4.tar.gz'
|
||||
sha1 'cb21e55ae793865453c165a0e666348f2db8c740'
|
||||
end
|
||||
|
||||
class GitHtmldocs < Formula
|
||||
url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.7.3.tar.gz'
|
||||
sha1 'bc0f89cb04e562e4a6d3b936382dbc8f593d861f'
|
||||
url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.7.4.tar.gz'
|
||||
sha1 '6012cb017a04ded85c48ca5510f741e98c02f671'
|
||||
end
|
||||
|
||||
class Git < Formula
|
||||
url 'http://git-core.googlecode.com/files/git-1.7.7.3.tar.gz'
|
||||
sha1 '382ee40da74a1b4a1875820c0f0a35c9ccd750f8'
|
||||
url 'http://git-core.googlecode.com/files/git-1.7.7.4.tar.gz'
|
||||
sha1 '5b6920989480a37ec65977e756b24961578795dd'
|
||||
homepage 'http://git-scm.com'
|
||||
|
||||
def options
|
||||
|
|
Loading…
Reference in a new issue