diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/usbmuxd.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/usbmuxd.rb b/Library/Formula/usbmuxd.rb index 88435c73f..643a3ad2f 100644 --- a/Library/Formula/usbmuxd.rb +++ b/Library/Formula/usbmuxd.rb @@ -7,6 +7,13 @@ class Usbmuxd < Formula head "http://cgit.sukimashita.com/usbmuxd.git" + bottle do + cellar :any + sha1 "04ec016adce512d2a52c53b98cbb9013108f8b62" => :mavericks + sha1 "e02561205db81a77671cf702c32ba33d4f101b43" => :mountain_lion + sha1 "772d3e99916859f1a03fbc8bddd251ded2243904" => :lion + end + depends_on "pkg-config" => :build depends_on "libusb" depends_on "libplist" |
