aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gource.rb
diff options
context:
space:
mode:
authorSebastian Staudt2011-04-05 07:06:35 +0200
committerAdam Vandenberg2011-04-04 22:08:39 -0700
commit55d43dd9b19e5a56c2c0d9be3622cf849d2cc136 (patch)
tree5fe746b8ebbe618b51f76d2b39ead0ea028a8c28 /Library/Formula/gource.rb
parentc97fa3016190f1a8332b4e9563d6b012f1ecfe81 (diff)
downloadhomebrew-55d43dd9b19e5a56c2c0d9be3622cf849d2cc136.tar.bz2
Updated Gource to 0.33
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 282aa0e09..03333fc24 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 => "f07d59f582a29bca55da"
- version "0.32"
+ url 'git://github.com/acaudwell/Gource.git', :tag => "ae14ffc6135b4cf0a89"
+ version "0.33"
head 'git://github.com/acaudwell/Gource.git'
depends_on 'pkg-config' => :build