diff options
| author | Sebastian Staudt | 2011-12-05 21:36:45 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-06 18:58:23 -0800 |
| commit | fdc19179a95f7128b6b83a6e28a81b42d7db8722 (patch) | |
| tree | 7d21042cf2df0d8d31e88ce4a5cc9d2e4c1ef02a /Library/Formula | |
| parent | 40e6607422ee4111c2abc8e27be06f095cb77bab (diff) | |
| download | homebrew-fdc19179a95f7128b6b83a6e28a81b42d7db8722.tar.bz2 | |
gource 0.37
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gource.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index cdde6028e..9d54582cd 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 'https://github.com/acaudwell/Gource.git', :tag => "gource-0.35" - version "0.35" + url 'https://github.com/acaudwell/Gource.git', :tag => "gource-0.37" + version "0.37" head 'https://github.com/acaudwell/Gource.git' depends_on 'pkg-config' => :build |
