aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorVille Lautanala2010-09-20 14:28:58 +0300
committerAdam Vandenberg2010-09-20 09:37:09 -0700
commit2c9927842db90e4bd135d5d37e0807e4ed64b829 (patch)
tree3176ef6f7807768a5fff8ec36539e6ebd75ffac2 /Library
parent44bcb2fdafc004120c5c1dfeb7d67b68b4c59916 (diff)
downloadhomebrew-2c9927842db90e4bd135d5d37e0807e4ed64b829.tar.bz2
Update Git to 1.7.3
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 3eb39d339..0bf3a4671 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -1,18 +1,18 @@
require 'formula'
class GitManuals < Formula
- url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.2.3.tar.bz2'
- md5 '2ef8d3959c832347c29885627ebc0682'
+ url 'http://kernel.org/pub/software/scm/git/git-manpages-1.7.3.tar.bz2'
+ md5 'd18d8f686fde24d1262ccbe61ad00ae0'
end
class GitHtmldocs < Formula
- url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.2.3.tar.bz2'
- md5 'e8505ed81506ee4ad6e15d149f366866'
+ url 'http://kernel.org/pub/software/scm/git/git-htmldocs-1.7.3.tar.bz2'
+ md5 '0a90e969db9a4e6b73b395cf19255b0b'
end
class Git < Formula
- url 'http://kernel.org/pub/software/scm/git/git-1.7.2.3.tar.bz2'
- md5 'd88c06f6442156686deb4b4fbab0954c'
+ url 'http://kernel.org/pub/software/scm/git/git-1.7.3.tar.bz2'
+ md5 'c18eb252ce63a688071f10c3f7bc28e1'
homepage 'http://git-scm.com'
def install