aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-04-03 17:24:32 +0100
committerMike McQuaid2014-04-03 19:44:01 +0100
commit22086f7d021938cfc2d5835036f014e62a101a93 (patch)
tree239b66297f39af4aa966817ade8287aa4a078ce0 /Library/Formula
parent35020530eb6155385301dbec5912332b9e765d72 (diff)
downloadhomebrew-22086f7d021938cfc2d5835036f014e62a101a93.tar.bz2
tup: add 0.7.2 bottle.
Closes #28109. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tup.rb7
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'