git 1.8.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0a054edcb7
commit
6b4a695d14
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
require 'formula'
|
||||
|
||||
class GitManuals < Formula
|
||||
url 'http://git-core.googlecode.com/files/git-manpages-1.7.12.4.tar.gz'
|
||||
sha1 '1f853aa40c4518a4fad829f255c96d6e21659e93'
|
||||
url 'http://git-core.googlecode.com/files/git-manpages-1.8.0.tar.gz'
|
||||
sha1 'a6fa49be36f265e85b7252d36364d4c7f38530ea'
|
||||
end
|
||||
|
||||
class GitHtmldocs < Formula
|
||||
url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.12.4.tar.gz'
|
||||
sha1 '1d4ce5c8fabbf576d611effcce2f87089da1bb89'
|
||||
url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.0.tar.gz'
|
||||
sha1 '93c860cf4cd26d4b3e269b0903b833db1c1f0f8e'
|
||||
end
|
||||
|
||||
class Git < Formula
|
||||
homepage 'http://git-scm.com'
|
||||
url 'http://git-core.googlecode.com/files/git-1.7.12.4.tar.gz'
|
||||
sha1 'e7eb697fc12887138e44ae100165c620a1210e81'
|
||||
url 'http://git-core.googlecode.com/files/git-1.8.0.tar.gz'
|
||||
sha1 'a03afc33f8f0723ad12649d79f1e8968526b4bf7'
|
||||
|
||||
head 'https://github.com/git/git.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue