aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-01-18 18:24:54 +0000
committerTim D. Smith2015-01-18 19:02:29 -0800
commita9291533cafcbdb0b21f3c05674c59cd6f50af73 (patch)
tree290c54c0a0eac5103efb97246bcd1fd7d49c1afb /Library
parente135932f0a19562fb73ca3d09fe205084d379efe (diff)
downloadhomebrew-a9291533cafcbdb0b21f3c05674c59cd6f50af73.tar.bz2
vrpn: add 07.33 bottle.
Diffstat (limited to 'Library')
-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"