git 1.7.11
Closes Homebrew/homebrew#12896. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
2149660936
commit
82f8f43b1d
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.4.tar.gz'
|
||||
sha1 '0769f6ff48d89df908cfe2af85fb4072b4178746'
|
||||
url 'http://git-core.googlecode.com/files/git-manpages-1.7.11.tar.gz'
|
||||
sha1 '9f963243dfdbf5d77049e5fbb1e8e571effa4285'
|
||||
end
|
||||
|
||||
class GitHtmldocs < Formula
|
||||
url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.10.4.tar.gz'
|
||||
sha1 '951ecda5cbc3e7a5f30b419506ec24b54afa2b93'
|
||||
url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.11.tar.gz'
|
||||
sha1 '34d7fb39e7c5e290ca041ffca3cb1fb4256f6fb3'
|
||||
end
|
||||
|
||||
class Git < Formula
|
||||
homepage 'http://git-scm.com'
|
||||
url 'http://git-core.googlecode.com/files/git-1.7.10.4.tar.gz'
|
||||
sha1 'ddc305ab520246790faa72bbaab4b9bf5bcf23fa'
|
||||
url 'http://git-core.googlecode.com/files/git-1.7.11.tar.gz'
|
||||
sha1 '15abe2c5b6b7cf9b738e3fb57ab9234ae02a1e61'
|
||||
|
||||
head 'https://github.com/git/git.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue