From d94713fab3dc5cc7115eb99288a3aa382ac0dda9 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Mon, 21 Nov 2011 12:49:55 -0800 Subject: [PATCH] tup: Update to 0.5 Closes #8718. Signed-off-by: Charlie Sharpsteen --- Library/Formula/tup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb index 66436a3b25bc..2b38e1d43da4 100644 --- a/Library/Formula/tup.rb +++ b/Library/Formula/tup.rb @@ -3,8 +3,8 @@ 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'