aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-10-14 15:39:28 +0100
committerMike McQuaid2014-10-14 18:59:34 +0100
commit4c1bbc29944574de995b800ff2fa99729fde8e5b (patch)
treeed3c5ed7b861827ae51c544cc5d9aa7426277f6e /Library/Formula
parentc2e98a884c72c7e0fc3bf9a717f1fcaa348e5024 (diff)
downloadhomebrew-4c1bbc29944574de995b800ff2fa99729fde8e5b.tar.bz2
ios-class-guard: add 0.6 bottle.
Closes #33172. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ios-class-guard.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/ios-class-guard.rb b/Library/Formula/ios-class-guard.rb
index 2fecbb400..7d6691824 100644
--- a/Library/Formula/ios-class-guard.rb
+++ b/Library/Formula/ios-class-guard.rb
@@ -6,6 +6,11 @@ class IosClassGuard < Formula
url "https://github.com/Polidea/ios-class-guard/archive/0.6.tar.gz"
sha1 "6b16fcb8ba55354180de7460d3ea1ae3cc4830ac"
+ bottle do
+ cellar :any
+ sha1 "e83dde7f68747d6b2d6c14beddbb737911632fad" => :mavericks
+ end
+
depends_on :macos => :mavericks
depends_on :xcode => :build