aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mobiledevice.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mobiledevice.rb b/Library/Formula/mobiledevice.rb
index 69bd89e63..13fe72b76 100644
--- a/Library/Formula/mobiledevice.rb
+++ b/Library/Formula/mobiledevice.rb
@@ -3,6 +3,13 @@ class Mobiledevice < Formula
url "https://github.com/imkira/mobiledevice/archive/v2.0.0.tar.gz"
sha256 "07b167f6103175c5eba726fd590266bf6461b18244d34ef6d05a51fc4871e424"
+ bottle do
+ cellar :any
+ sha256 "110dd69008feb20cbe6343169dfcc278d209e9430d59d44ab0bf6ce7eb920362" => :yosemite
+ sha256 "18d5472c4b517413472be3b97ff66217d55690773ef952933e652dc8a57133bf" => :mavericks
+ sha256 "19eb775bc12305341abe780c06308cf32f5fd6060227fefa4cd0f2ef28a3dae2" => :mountain_lion
+ end
+
def install
system "make", "install", "CC=#{ENV.cc}", "PREFIX=#{prefix}"
end