diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/exempi.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/exempi.rb b/Library/Formula/exempi.rb index 9f1d02f23..f839304a4 100644 --- a/Library/Formula/exempi.rb +++ b/Library/Formula/exempi.rb @@ -5,6 +5,13 @@ class Exempi < Formula url 'http://libopenraw.freedesktop.org/download/exempi-2.2.2.tar.bz2' sha1 'c0a0014e18f05aa7fac210c84788ef073718a9d8' + bottle do + cellar :any + sha1 "c8d68d4bba7682029828eae8140f2e4612411ff1" => :mavericks + sha1 "97517b6dcf56680855be22f0c0521b9ae498613f" => :mountain_lion + sha1 "9d047f2558f28bfa9e008e4f4ec11939b74ec99d" => :lion + end + depends_on 'boost' def install |
