Skip to content

Commit

Permalink
git 1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Oct 21, 2012
1 parent 5464398 commit e181a3a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Library/Formula/git.rb
@@ -1,19 +1,19 @@
require 'formula'

class GitManuals < Formula
url 'http://git-core.googlecode.com/files/git-manpages-1.7.12.4.tar.gz'
sha1 '1f853aa40c4518a4fad829f255c96d6e21659e93'
url 'http://git-core.googlecode.com/files/git-manpages-1.8.0.tar.gz'
sha1 'a6fa49be36f265e85b7252d36364d4c7f38530ea'
end

class GitHtmldocs < Formula
url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.12.4.tar.gz'
sha1 '1d4ce5c8fabbf576d611effcce2f87089da1bb89'
url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.0.tar.gz'
sha1 '93c860cf4cd26d4b3e269b0903b833db1c1f0f8e'
end

class Git < Formula
homepage 'http://git-scm.com'
url 'http://git-core.googlecode.com/files/git-1.7.12.4.tar.gz'
sha1 'e7eb697fc12887138e44ae100165c620a1210e81'
url 'http://git-core.googlecode.com/files/git-1.8.0.tar.gz'
sha1 'a03afc33f8f0723ad12649d79f1e8968526b4bf7'

head 'https://github.com/git/git.git'

Expand Down

0 comments on commit e181a3a

Please sign in to comment.