aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gource.rb
diff options
context:
space:
mode:
authorTianyi Cui2010-09-25 23:13:45 +0800
committerAdam Vandenberg2010-09-26 09:40:06 -0700
commit098a05c89cd022a765df13bac79de4dbc62b4888 (patch)
treeffda16ef55e7bd631d8d824c84a377145241450d /Library/Formula/gource.rb
parentaa003fdb31024b8b614f3a9ac4b0647910d12675 (diff)
downloadhomebrew-098a05c89cd022a765df13bac79de4dbc62b4888.tar.bz2
gource: bump version to 0.28
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 6af228662..06eaf6f93 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 => "24feaee4"
- version "0.27"
+ url 'git://github.com/acaudwell/Gource.git', :tag => "e1cb95e41e0026dcc90c"
+ version "0.28"
head 'git://github.com/acaudwell/Gource.git'
depends_on 'pkg-config'