aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-04-15 08:19:16 +0100
committerMike McQuaid2014-04-15 08:30:23 +0100
commite5ae8af1f0068e8f6576ed27f3921c28e49412d1 (patch)
treee518ea4ce2c9cc451418c8db5875e4ab81f07dda /Library/Formula
parent09d649ce942a2141171d504e9d36da42c4dce75f (diff)
downloadhomebrew-e5ae8af1f0068e8f6576ed27f3921c28e49412d1.tar.bz2
xctool: add 0.1.15 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xctool.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/xctool.rb b/Library/Formula/xctool.rb
index 259d85095..8958c0f36 100644
--- a/Library/Formula/xctool.rb
+++ b/Library/Formula/xctool.rb
@@ -11,6 +11,11 @@ class Xctool < Formula
sha1 'bfa6e02ae0fb90294fe653c55e1a7151877319be'
head 'https://github.com/facebook/xctool.git'
+ bottle do
+ sha1 "d10ed0064f04d4f723d09c09868a44418b6ac272" => :mavericks
+ sha1 "0947c080af4b20bcb950b18707bedca3e9a580ae" => :mountain_lion
+ end
+
depends_on :xcode
depends_on Xcode5