diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/horndis.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/horndis.rb b/Library/Formula/horndis.rb index 461f7a17e..cce53b33f 100644 --- a/Library/Formula/horndis.rb +++ b/Library/Formula/horndis.rb @@ -5,6 +5,13 @@ class Horndis < Formula url "https://github.com/jwise/HoRNDIS/archive/rel5.tar.gz" sha1 "5f01c62ae61554252c0fe727e414edcb8e060106" + bottle do + cellar :any + sha1 "a62c0ae0ac89d307437735c910db3ad5a2118683" => :mavericks + sha1 "c8109415f6ab8ecede83c9614ed561b3072343aa" => :mountain_lion + sha1 "e5537e2ba72e129c846d962ab8b45c44878bab5a" => :lion + end + depends_on :xcode => :build def install |
