git 1.8.3.2

Closes Homebrew/homebrew#20905.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Kevin Moore 2013-06-29 19:42:25 -04:00 committed by Adam Vandenberg
parent 2d997bf393
commit 3ecc0fa415

View file

@ -1,19 +1,19 @@
require 'formula'
class GitManuals < Formula
url 'http://git-core.googlecode.com/files/git-manpages-1.8.3.1.tar.gz'
sha1 '0cd759579d4bd75f1cf1ba073b1ab96c49390426'
url 'http://git-core.googlecode.com/files/git-manpages-1.8.3.2.tar.gz'
sha1 '5ce8c00fe9e2755c67d29b2f2135fc8c4202fc1f'
end
class GitHtmldocs < Formula
url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.3.1.tar.gz'
sha1 '94d48f6f8684aec851124e7d0b835b338a9187ad'
url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.3.2.tar.gz'
sha1 'adffaa379e1994fc6d6cb6491aed680ad6bb37ad'
end
class Git < Formula
homepage 'http://git-scm.com'
url 'http://git-core.googlecode.com/files/git-1.8.3.1.tar.gz'
sha1 '32562a231fe4422bc033bf872fffa61f41ee2669'
url 'http://git-core.googlecode.com/files/git-1.8.3.2.tar.gz'
sha1 '4a6585dd81a542e7803e5f54a5c85b1c1a5869aa'
head 'https://github.com/git/git.git'