aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAnatol Pomozov2011-11-21 12:49:55 -0800
committerCharlie Sharpsteen2011-11-21 13:03:15 -0800
commitd94713fab3dc5cc7115eb99288a3aa382ac0dda9 (patch)
treeb19854eaa91e41c5a35d6621ab8a1e69f958d0ca /Library
parent9407a0cbcb71d9d859f8f76838de1be0a97668f3 (diff)
downloadhomebrew-d94713fab3dc5cc7115eb99288a3aa382ac0dda9.tar.bz2
tup: Update to 0.5
Closes #8718. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tup.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb
index 66436a3b2..2b38e1d43 100644
--- a/Library/Formula/tup.rb
+++ b/Library/Formula/tup.rb
@@ -3,8 +3,8 @@ require 'formula'
class Tup < Formula
homepage 'http://gittup.org/tup/'
head 'https://github.com/gittup/tup.git'
- url 'https://github.com/gittup/tup.git', :tag => 'v0.4.1'
- version '0.4.1'
+ url 'https://github.com/gittup/tup.git', :tag => 'v0.5'
+ version '0.5'
depends_on 'pkg-config' => :build
depends_on 'fuse4x'