diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ctl.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/ctl.rb b/Library/Formula/ctl.rb index 224f2f0df..3a6669fc7 100644 --- a/Library/Formula/ctl.rb +++ b/Library/Formula/ctl.rb @@ -5,6 +5,12 @@ class Ctl < Formula url "https://github.com/ampas/CTL/archive/ctl-1.5.2.tar.gz" sha1 "2c4aff2d514eeadfac89c6f041d5ffa2e853a79d" + bottle do + sha256 "860d6ce8218cf26830ac61327c45d862df1dd33b58996278d37341b34c8062e6" => :yosemite + sha256 "ed30b61d129d781b395fde6b0d925ad01d6bd5f64220c54c04d7971b20ae9663" => :mavericks + sha256 "ff805ef59d8958823c8eab7b0dab86eddc923d37493874ac4b6ec2908f1b348b" => :mountain_lion + end + depends_on "cmake" => :build depends_on "libtiff" depends_on "ilmbase" |
