diff options
| author | Sebastian Staudt | 2013-01-11 11:59:59 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-11 07:38:14 -0800 |
| commit | bc852f40a846661cd0b57a4372dc96f06ab3aa1f (patch) | |
| tree | 0a39e4b37b10f1a25868978fdc1cc61c92ada6b3 /Library/Formula | |
| parent | 5b48b278ec15858e5f6895b35f356039f0d53f79 (diff) | |
| download | homebrew-bc852f40a846661cd0b57a4372dc96f06ab3aa1f.tar.bz2 | |
gource 0.39
Closes #17002.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gource.rb | 10 |
1 files changed, 2 insertions, 8 deletions
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" |
