diff options
| -rw-r--r-- | Library/Formula/ossp-uuid.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/Library/Formula/ossp-uuid.rb b/Library/Formula/ossp-uuid.rb index 12506e9cd..f782d952f 100644 --- a/Library/Formula/ossp-uuid.rb +++ b/Library/Formula/ossp-uuid.rb @@ -8,6 +8,10 @@ class OsspUuid < Formula    revision 1    bottle do +    cellar :any +    sha1 "93c3c44dc456e49bed9cb8b3672144fc348298dc" => :mavericks +    sha1 "8a922934644663915eedc97f1a7da83725c646d2" => :mountain_lion +    sha1 "3fbf704b60a660becfba68753285ec70ee47cdeb" => :lion    end    option :universal | 
