aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-01 17:08:01 -0800
committerAdam Vandenberg2010-03-01 17:08:01 -0800
commite8cf28c077d5eafc617e3246d0129378544bb005 (patch)
tree8cf651257b2d3e13543b225ef0c2c719168af964 /Library/Formula/git.rb
parentf6b5542bc4e3e2828f47ba2998445aeeadd8b89c (diff)
downloadhomebrew-e8cf28c077d5eafc617e3246d0129378544bb005.tar.bz2
Update Git to 1.7.0.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 9ee8f0d91..6b9d5f34e 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -1,13 +1,13 @@
require 'formula'
class GitManuals < Formula
- url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.0.tar.bz2'
- md5 '1bb3b0ab6c6129d61455b0e2e7104cc8'
+ url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.0.1.tar.bz2'
+ md5 '25f70e07db86b247e929a12cfc5bd1c5'
end
class Git < Formula
- url 'http://kernel.org/pub/software/scm/git/git-1.7.0.tar.bz2'
- md5 'c7553b73e2156d187ece6ba936ae30ab'
+ url 'http://kernel.org/pub/software/scm/git/git-1.7.0.1.tar.bz2'
+ md5 'c4315200efc90ea0f243cf0e86cda1f1'
homepage 'http://git-scm.com'
def install