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.
This commit is contained in:
parent
0b37b9f22a
commit
7b5b78b5a1
1 changed files with 6 additions and 6 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue