diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tup.rb | 4 |
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' |
