Update Git to 1.7.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Ville Lautanala 2010-09-20 14:28:58 +03:00 committed by Adam Vandenberg
parent 12cc4d06b9
commit 04b3d06e03
1 changed files with 6 additions and 6 deletions

View File

@ -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