diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tup.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb index b0ff8eee7..bbcbffd83 100644 --- a/Library/Formula/tup.rb +++ b/Library/Formula/tup.rb @@ -6,6 +6,13 @@ class Tup < Formula sha1 'c0b14a9b7a59c6295ed7339883b21d0f1a8163b3' head 'https://github.com/gittup/tup.git' + bottle do + cellar :any + sha1 "ea07e07027a25f92959c07844a34e24a62c1929e" => :mavericks + sha1 "c7ff37eec01fc7e5049cd5da450b88554f46f2b1" => :mountain_lion + sha1 "98255d59e38f854319a60091037fa0f605bcde1f" => :lion + end + depends_on 'pkg-config' => :build depends_on 'osxfuse' |
