Skip to content

Commit

Permalink
git 1.8.3.1
Browse files Browse the repository at this point in the history
Closes Homebrew#20402.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
n00dle authored and jacknagel committed Jun 11, 2013
1 parent 8ceb981 commit d0c9dff
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions Library/Formula/git.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
require 'formula'

# Git 1.8.3 has a serious issue with .gitignore files being parsed incorrectly
# on OS X. This issue has been fixed upstream. Waiting for 1.8.3.1 to update.

class GitManuals < Formula
url 'http://git-core.googlecode.com/files/git-manpages-1.8.2.3.tar.gz'
sha1 'eb04a2540ff9998e0887a4b862641ac1db723f3e'
url 'http://git-core.googlecode.com/files/git-manpages-1.8.3.1.tar.gz'
sha1 '0cd759579d4bd75f1cf1ba073b1ab96c49390426'
end

class GitHtmldocs < Formula
url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.2.3.tar.gz'
sha1 'b8d6b3c4077d37b34bf08b6eb53c4ee5901fa2f9'
url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.3.1.tar.gz'
sha1 '94d48f6f8684aec851124e7d0b835b338a9187ad'
end

class Git < Formula
homepage 'http://git-scm.com'
url 'http://git-core.googlecode.com/files/git-1.8.2.3.tar.gz'
sha1 '2831f7deec472db4d0d0cdffb4d82d91cecdf295'
url 'http://git-core.googlecode.com/files/git-1.8.3.1.tar.gz'
sha1 '32562a231fe4422bc033bf872fffa61f41ee2669'

head 'https://github.com/git/git.git'

Expand Down

0 comments on commit d0c9dff

Please sign in to comment.