aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-06-09 17:05:57 +0100
committerMike McQuaid2014-06-09 17:42:56 +0100
commit527261e7b9f7995ccfc75dde86047781ff1bee61 (patch)
treecfafb73255dade76cb76a211a3b94c6db9882a7a /Library/Formula
parent2c579803db26d888b658e4fa627c3003c0e6a20e (diff)
downloadhomebrew-527261e7b9f7995ccfc75dde86047781ff1bee61.tar.bz2
openexr: add 2.1.0 bottle.
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'