diff options
| author | Dipen Lad | 2011-05-14 22:45:01 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-15 16:41:52 -0700 |
| commit | c4e351aa2bddcce7a9486246ef97c6c44d7a78a4 (patch) | |
| tree | 0f6ff1ba7bbd61a613294e87e87db4ea7de57b3c | |
| parent | fbcfba9804eab402cf6ba2d2657659ef5fee4f72 (diff) | |
| download | homebrew-c4e351aa2bddcce7a9486246ef97c6c44d7a78a4.tar.bz2 | |
gource 0.34
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 03333fc24..af40e1455 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 'git://github.com/acaudwell/Gource.git', :tag => "ae14ffc6135b4cf0a89" - version "0.33" + url 'git://github.com/acaudwell/Gource.git', :tag => "gource-0.34" + version "0.34" head 'git://github.com/acaudwell/Gource.git' depends_on 'pkg-config' => :build |
