aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/imagejs.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/imagejs.rb b/Library/Formula/imagejs.rb
index b829d79c8..ccc01cd0d 100644
--- a/Library/Formula/imagejs.rb
+++ b/Library/Formula/imagejs.rb
@@ -4,6 +4,13 @@ class Imagejs < Formula
sha1 "4c3e1c2134194cced5924c9cc577d36165548575"
head "https://github.com/jklmnn/imagejs.git"
+ bottle do
+ cellar :any
+ sha1 "d5a3f3c28b1e5510fc106a0070f4ba5a136ed67f" => :yosemite
+ sha1 "18f653871caf008d21292f12c43a5592e64e7816" => :mavericks
+ sha1 "5a65ab6f7a32e27c4908f33c46c150545317dbc7" => :mountain_lion
+ end
+
def install
system "make"
bin.install "imagejs"