Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
git 1.7.12.3
Browse files Browse the repository at this point in the history
Closes #15392.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
kevmoo authored and adamv committed Oct 11, 2012
1 parent facc3d5 commit 2c7c46a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Library/Formula/git.rb
@@ -1,19 +1,19 @@
require 'formula' require 'formula'


class GitManuals < Formula class GitManuals < Formula
url 'http://git-core.googlecode.com/files/git-manpages-1.7.12.2.tar.gz' url 'http://git-core.googlecode.com/files/git-manpages-1.7.12.3.tar.gz'
sha1 '8cf6fd255e83226b4abcdcd68dcf315c1995fd92' sha1 '49584f0b72e4a13f9a4df771bbde9cf70f25d317'
end end


class GitHtmldocs < Formula class GitHtmldocs < Formula
url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.12.2.tar.gz' url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.12.3.tar.gz'
sha1 '5722156394c7478b2339a1d87aa894bc4d2f5d6b' sha1 '6f976c27aab7250f1a35b2b002ac7a07c3266cf4'
end end


class Git < Formula class Git < Formula
homepage 'http://git-scm.com' homepage 'http://git-scm.com'
url 'http://git-core.googlecode.com/files/git-1.7.12.2.tar.gz' url 'http://git-core.googlecode.com/files/git-1.7.12.3.tar.gz'
sha1 '277b759139ddb62c6935da37de8a483e2c234a97' sha1 'a071f03f6aab76b283828db1fdedbedb90085eb5'


head 'https://github.com/git/git.git' head 'https://github.com/git/git.git'


Expand Down

0 comments on commit 2c7c46a

Please sign in to comment.