aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisty De Meo2013-05-28 12:56:09 -0500
committerMisty De Meo2013-05-28 12:56:09 -0500
commitb9264bbbd2290fcc89945f970c63a289cef7a2db (patch)
tree6a0c1db7c027983b210301e06b2f1a26ea65fcae
parentd42a2a359807b3eb264e979d09153b042df9f29f (diff)
downloadhomebrew-b9264bbbd2290fcc89945f970c63a289cef7a2db.tar.bz2
git: revert to 1.8.2.3
gitignore parsing has broken in 1.8.3; see: http://article.gmane.org/gmane.comp.version-control.git/225675 This reverts commit 34ce866fdee933650586ee3c8357c448254917e6.
-rw-r--r--Library/Formula/git.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index c57066592..73ca95113 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -1,19 +1,19 @@
require 'formula'
class GitManuals < Formula
- url 'http://git-core.googlecode.com/files/git-manpages-1.8.3.tar.gz'
- sha1 'be6527e803d3b2e51c5e71f53ca8ccff2ef68939'
+ url 'http://git-core.googlecode.com/files/git-manpages-1.8.2.3.tar.gz'
+ sha1 'eb04a2540ff9998e0887a4b862641ac1db723f3e'
end
class GitHtmldocs < Formula
- url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.3.tar.gz'
- sha1 '92cc8ae5f4c1db2e7751ad0dc9c3227ca31080aa'
+ url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.2.3.tar.gz'
+ sha1 'b8d6b3c4077d37b34bf08b6eb53c4ee5901fa2f9'
end
class Git < Formula
homepage 'http://git-scm.com'
- url 'http://git-core.googlecode.com/files/git-1.8.3.tar.gz'
- sha1 'bfb88c182daeed5601ba860d785ac813433f55f1'
+ url 'http://git-core.googlecode.com/files/git-1.8.2.3.tar.gz'
+ sha1 '2831f7deec472db4d0d0cdffb4d82d91cecdf295'
head 'https://github.com/git/git.git'