Skip to content

Commit

Permalink
git 1.7.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Dec 22, 2011
1 parent 4d20b7e commit 3ac3ec5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Library/Formula/git.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,18 +1,18 @@
require 'formula' require 'formula'


class GitManuals < Formula class GitManuals < Formula
url 'http://git-core.googlecode.com/files/git-manpages-1.7.8.tar.gz' url 'http://git-core.googlecode.com/files/git-manpages-1.7.8.1.tar.gz'
sha1 '93315f7f51d7f27d3e421c9b0d64afa27f3d16df' sha1 'b49ce0b4da4f85671693c9b2c6f6a8b8ee65c809'
end end


class GitHtmldocs < Formula class GitHtmldocs < Formula
url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.8.tar.gz' url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.8.1.tar.gz'
sha1 '2734079e22a0a6e3e78779582be9138ffc7de6f7' sha1 '8f674dba39d9ae78928abfe9d924b0855e283e98'
end end


class Git < Formula class Git < Formula
url 'http://git-core.googlecode.com/files/git-1.7.8.tar.gz' url 'http://git-core.googlecode.com/files/git-1.7.8.1.tar.gz'
sha1 '7453e737e008f7319a5eca24a9ef3c5fb1f13398' sha1 '198e23e6e50245331590a6159ccdbdbe1792422c'
homepage 'http://git-scm.com' homepage 'http://git-scm.com'


depends_on 'pcre' if ARGV.include? '--with-pcre' depends_on 'pcre' if ARGV.include? '--with-pcre'
Expand Down

0 comments on commit 3ac3ec5

Please sign in to comment.