aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2009-08-27 09:46:09 -0700
committerMax Howell2009-08-29 13:37:52 +0100
commit4cfc94c0582fb93d3c2ae9c90be08c9b5b6a63d2 (patch)
tree9e9e3cad4fdbd3ab18b104de78b7b4389a5beaec /Library/Formula/git.rb
parent8b104712485021e08e9b0acfb8d55c267ad20684 (diff)
downloadhomebrew-4cfc94c0582fb93d3c2ae9c90be08c9b5b6a63d2.tar.bz2
Bump Git to version 1.6.4.1
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index cb1a1a32c..9ac21af74 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -1,13 +1,13 @@
require 'brewkit'
class GitManuals <Formula
- @url='http://www.kernel.org/pub/software/scm/git/git-manpages-1.6.4.tar.bz2'
- @md5='851e1df833895c5046a994c28d3d8368'
+ @url='http://kernel.org/pub/software/scm/git/git-manpages-1.6.4.1.tar.bz2'
+ @md5='b725aab52c1f6948134cd820d57f20a9'
end
class Git <Formula
- @url='http://kernel.org/pub/software/scm/git/git-1.6.4.tar.bz2'
- @md5='d41e3d43c8f1d23024fb3d3fe6aa3858'
+ @url='http://kernel.org/pub/software/scm/git/git-1.6.4.1.tar.bz2'
+ @md5='bdc9b8be7d56a3beabad2d228f2e8e9a'
@homepage='http://git-scm.com'
def install