aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gource.rb
diff options
context:
space:
mode:
authorAdam Duke2011-03-09 13:42:56 -0500
committerAdam Vandenberg2011-03-09 11:14:51 -0800
commitabf7997280d34b951760ecf29b8997b48a72a2ad (patch)
tree778e5e5188bb7ea896d4d8ce22f0877be000aae1 /Library/Formula/gource.rb
parente5844d35481cf899f57750bd0ab2ce7334c28577 (diff)
downloadhomebrew-abf7997280d34b951760ecf29b8997b48a72a2ad.tar.bz2
Update gource to version 0.32
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/gource.rb')
-rw-r--r--Library/Formula/gource.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb
index cbe16985b..326dba567 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 => "e1cb95e41e0026dcc90c"
- version "0.28"
+ url 'git://github.com/acaudwell/Gource.git', :tag => "f07d59f582a29bca55da"
+ version "0.32"
head 'git://github.com/acaudwell/Gource.git'
depends_on 'pkg-config' => :build