aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorSebastian Staudt2011-06-27 15:08:25 +0200
committerAdam Vandenberg2011-06-27 14:12:50 -0700
commit7c1e6fe0574fe77e42ded5f2ad001fc767621fc2 (patch)
tree293a9813b7687c54d1cf1580098891c84a0e2ee0 /Library/Formula
parent8d7ac9d32a2eb7e1c7794a68710b6fa570f0aaf3 (diff)
downloadhomebrew-7c1e6fe0574fe77e42ded5f2ad001fc767621fc2.tar.bz2
Gource 0.35
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 99ec20ef6..61ce68d52 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.34"
- version "0.34"
+ url 'https://github.com/acaudwell/Gource.git', :tag => "gource-0.35"
+ version "0.35"
head 'https://github.com/acaudwell/Gource.git'
depends_on 'pkg-config' => :build