Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Bump Git to version 1.6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv authored and mxcl committed Aug 29, 2009
1 parent 8b10471 commit 4cfc94c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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
Expand Down

0 comments on commit 4cfc94c

Please sign in to comment.