diff options
| author | Richard Wu | 2013-06-11 00:53:46 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-11 09:02:09 -0500 |
| commit | d0c9dff6a404302aca66203a1d45661e5d6579c3 (patch) | |
| tree | fefb33b96048cfe8aa7a28efb238e0c221e602e7 /Library/Formula | |
| parent | 8ceb981170d10cdb3f4f89a381201ceec9f97fa3 (diff) | |
| download | homebrew-d0c9dff6a404302aca66203a1d45661e5d6579c3.tar.bz2 | |
git 1.8.3.1
Closes #20402.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git.rb | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 80aa50660..a1ceca8be 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -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' |
