git 1.8.3.1

Closes Homebrew/homebrew#20402.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Richard Wu 2013-06-11 00:53:46 -05:00 committed by Jack Nagel
parent b2637921a7
commit 746b2db06c
1 changed files with 6 additions and 9 deletions

View File

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