git 1.7.10.1
Closes Homebrew/homebrew#12019. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
725f33591e
commit
ab1f829549
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.10.tar.gz'
|
||||
sha1 '5852d1dead0190edeba1803a70fac5d76523a616'
|
||||
url 'http://git-core.googlecode.com/files/git-manpages-1.7.10.1.tar.gz'
|
||||
sha1 '5bff761bc40a6b3cfe35ba824357dcf611dbd5d2'
|
||||
end
|
||||
|
||||
class GitHtmldocs < Formula
|
||||
url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.10.tar.gz'
|
||||
sha1 'd624d67dd4988dad8164f4395d74b73c21434a29'
|
||||
url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.10.1.tar.gz'
|
||||
sha1 '29b79312482f9aaf92ee3d970caee5ed8ab96bba'
|
||||
end
|
||||
|
||||
class Git < Formula
|
||||
homepage 'http://git-scm.com'
|
||||
url 'http://git-core.googlecode.com/files/git-1.7.10.tar.gz'
|
||||
sha1 '501ee8685c148d377950e42c111e01d83fd1d41a'
|
||||
url 'http://git-core.googlecode.com/files/git-1.7.10.1.tar.gz'
|
||||
sha1 '870361f93fad7999f121bc7bc91a743feda68bdb'
|
||||
|
||||
head 'https://github.com/git/git.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue