aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vrpn.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/vrpn.rb b/Library/Formula/vrpn.rb
index 2331d49a4..13d9a376a 100644
--- a/Library/Formula/vrpn.rb
+++ b/Library/Formula/vrpn.rb
@@ -7,6 +7,13 @@ class Vrpn < Formula
head 'git://git.cs.unc.edu/vrpn.git'
+ bottle do
+ cellar :any
+ sha1 "2f168416e7caaa0e7ed4237d3532cd6ee37ecad5" => :yosemite
+ sha1 "c8830aa818e3592eb2f6377ab452b7b35ee0eefd" => :mavericks
+ sha1 "e6b3bf7f324622ce133e0ab3cf851d9ead3e1b54" => :mountain_lion
+ end
+
option 'clients', 'Build client apps and tests'
option "with-docs", "Build doxygen-based API documentation"
deprecated_option "docs" => "with-docs"