From bc852f40a846661cd0b57a4372dc96f06ab3aa1f Mon Sep 17 00:00:00 2001 From: Sebastian Staudt Date: Fri, 11 Jan 2013 11:59:59 +0100 Subject: gource 0.39 Closes #17002. Signed-off-by: Adam Vandenberg --- Library/Formula/gource.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index 081e60006..78d7079db 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -2,8 +2,8 @@ require 'formula' class Gource < Formula homepage 'http://code.google.com/p/gource/' - url 'http://gource.googlecode.com/files/gource-0.38.tar.gz' - sha1 '78f8c2064114313851f53b657d12db28abb89fae' + url 'http://gource.googlecode.com/files/gource-0.39.tar.gz' + sha1 '1dd6476e56a197354ce93612c7be9aff8c1f8cd2' head 'https://github.com/acaudwell/Gource.git' @@ -24,12 +24,6 @@ class Gource < Formula depends_on 'sdl' depends_on 'sdl_image' - def patches - # Fix for API change in boost 1.50.0; can be removed in next version - # http://code.google.com/p/gource/issues/detail?id=162 - "https://github.com/acaudwell/Gource/commit/408371e10f931e2330ff94bd7291b5d1c8c80e9b.patch" - end - def install # For non-/usr/local installs ENV.append "CXXFLAGS", "-I#{HOMEBREW_PREFIX}/include" -- cgit v1.2.3