diff options
| author | BrewTestBot | 2014-06-19 16:56:26 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-19 17:01:10 +0100 |
| commit | 5b74fbb9c7d397162a68b32eb4354b59f5b21dbc (patch) | |
| tree | cb67f3ab48961013a6bab2364d4e2dd538c4c7e5 | |
| parent | ecb52fc722ed90295e0a199785e61b8e82b9af36 (diff) | |
| download | homebrew-5b74fbb9c7d397162a68b32eb4354b59f5b21dbc.tar.bz2 | |
ibeacon: add 1.0.1 bottle.
Closes #30237.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/ibeacon.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/ibeacon.rb b/Library/Formula/ibeacon.rb index e0c4f5efe..ae6693295 100644 --- a/Library/Formula/ibeacon.rb +++ b/Library/Formula/ibeacon.rb @@ -6,6 +6,11 @@ class Ibeacon < Formula sha1 "2f2b635a1211950772c0ae5269b955c280b8fe73" head "https://github.com/RadiusNetworks/ibeacon-cli.git" + bottle do + cellar :any + sha1 "5ef4660cbd0fdc96c7a9c0ad7a58f462a1a2a2d4" => :mavericks + end + depends_on :macos => :mavericks depends_on :xcode => :build |
