aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/openexr.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/openexr.rb b/Library/Formula/openexr.rb
index 4772471ad..9a1eee344 100644
--- a/Library/Formula/openexr.rb
+++ b/Library/Formula/openexr.rb
@@ -5,6 +5,13 @@ class Openexr < Formula
url 'http://download.savannah.gnu.org/releases/openexr/openexr-2.1.0.tar.gz'
sha1 '4a3db5ea527856145844556e0ee349f45ed4cbc7'
+ bottle do
+ cellar :any
+ sha1 "ea725dc6cbc2d136e76207c9d35a7be7458a3cfb" => :mavericks
+ sha1 "ed396fb53bd47b21972f543b7a5eb374d4f023f0" => :mountain_lion
+ sha1 "b22c4937ea4053246781c1469cb11b6eb9290d94" => :lion
+ end
+
# included for reference only - repository doesn't have 'configure' script
# head 'cvs://:pserver:anonymous@cvs.sv.gnu.org:/sources/openexr:OpenEXR'