aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKevin Moore2013-08-23 16:14:12 -0700
committerAdam Vandenberg2013-08-23 21:30:31 -0700
commitf8741d659522f2b8513693b8f457d9f5b6b147ad (patch)
tree823e8f000045b3e971c1aefcc2f260438d01ef20 /Library
parent8b188a72adc2d7043d05b1d704ff6733ad072f0a (diff)
downloadhomebrew-f8741d659522f2b8513693b8f457d9f5b6b147ad.tar.bz2
git 1.8.4
Closes #22098. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 556b7db43..750066af1 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.8.3.4.tar.gz'
- sha1 '04fe5a752234262d128220f09ea25c0faa447947'
+ url 'http://git-core.googlecode.com/files/git-manpages-1.8.4.tar.gz'
+ sha1 '8c67a7bc442d6191bc17633c7f2846c71bda71cf'
end
class GitHtmldocs < Formula
- url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.3.4.tar.gz'
- sha1 '1f1200515e1e7042bcbd4176ef76c58021cd9a83'
+ url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.4.tar.gz'
+ sha1 'f130398eb623c913497ef51a6e61d916fe7e31c8'
end
class Git < Formula
homepage 'http://git-scm.com'
- url 'http://git-core.googlecode.com/files/git-1.8.3.4.tar.gz'
- sha1 'fe633d02f7d964842d7ea804278b75120fc60c11'
+ url 'http://git-core.googlecode.com/files/git-1.8.4.tar.gz'
+ sha1 '2a361a2d185b8bc604f7f2ce2f502d0dea9d3279'
head 'https://github.com/git/git.git'