aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authorKevin Moore2012-09-18 20:52:49 -0400
committerAdam Vandenberg2012-09-18 20:16:16 -0700
commitc26e7557dd61441eec580d0d017c28320c9b7ce6 (patch)
treed2890ac4f5c01898602ddc5c99eaa8b8253f779b /Library/Formula/git.rb
parent9f3838c0c254ed61267091cdff4066c7bf09e78a (diff)
downloadhomebrew-c26e7557dd61441eec580d0d017c28320c9b7ce6.tar.bz2
git 1.7.12.1
Closes #15006. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index bd78b5fe8..1cd145269 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -1,19 +1,19 @@
require 'formula'
class GitManuals < Formula
- url 'http://git-core.googlecode.com/files/git-manpages-1.7.12.tar.gz'
- sha1 'fb572729ca5c60161dc651564a50d4378507e20f'
+ url 'http://git-core.googlecode.com/files/git-manpages-1.7.12.1.tar.gz'
+ sha1 '2d9c267c5370cdceb2e67f67abf5b152b0c18db9'
end
class GitHtmldocs < Formula
- url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.12.tar.gz'
- sha1 '50bbfeba77af9a411cc1a1e41220782cf3fd9b5e'
+ url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.12.1.tar.gz'
+ sha1 'b42d5db34612825676d0a231cf9c566f8ad45e9f'
end
class Git < Formula
homepage 'http://git-scm.com'
- url 'http://git-core.googlecode.com/files/git-1.7.12.tar.gz'
- sha1 '42ec1037f1ee5bfeb405710c83b73c0515ad26e6'
+ url 'http://git-core.googlecode.com/files/git-1.7.12.1.tar.gz'
+ sha1 'c5227b5202947bba3d63dca72662fad02d208800'
head 'https://github.com/git/git.git'