From 3ac3ec565f46add8b2b733d1184f98dcae805895 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 21 Dec 2011 20:36:00 -0600 Subject: git 1.7.8.1 Signed-off-by: Jack Nagel --- Library/Formula/git.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Library/Formula/git.rb') diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index feeabbfe3..2a86d3028 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,18 +1,18 @@ require 'formula' class GitManuals < Formula - url 'http://git-core.googlecode.com/files/git-manpages-1.7.8.tar.gz' - sha1 '93315f7f51d7f27d3e421c9b0d64afa27f3d16df' + url 'http://git-core.googlecode.com/files/git-manpages-1.7.8.1.tar.gz' + sha1 'b49ce0b4da4f85671693c9b2c6f6a8b8ee65c809' end class GitHtmldocs < Formula - url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.8.tar.gz' - sha1 '2734079e22a0a6e3e78779582be9138ffc7de6f7' + url 'http://git-core.googlecode.com/files/git-htmldocs-1.7.8.1.tar.gz' + sha1 '8f674dba39d9ae78928abfe9d924b0855e283e98' end class Git < Formula - url 'http://git-core.googlecode.com/files/git-1.7.8.tar.gz' - sha1 '7453e737e008f7319a5eca24a9ef3c5fb1f13398' + url 'http://git-core.googlecode.com/files/git-1.7.8.1.tar.gz' + sha1 '198e23e6e50245331590a6159ccdbdbe1792422c' homepage 'http://git-scm.com' depends_on 'pcre' if ARGV.include? '--with-pcre' -- cgit v1.2.3