aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lsh.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/lsh.rb b/Library/Formula/lsh.rb
index f94bb03d1..d4f1d54f2 100644
--- a/Library/Formula/lsh.rb
+++ b/Library/Formula/lsh.rb
@@ -6,6 +6,12 @@ class Lsh < Formula
mirror "https://ftp.gnu.org/gnu/lsh/lsh-2.1.tar.gz"
sha1 "ddc9895a6f7d3725dd3080db8740832eb3147a85"
+ bottle do
+ sha1 "72d573729a1ab019f2b1f5f7f53a2dd6b9096044" => :yosemite
+ sha1 "059c5b4112b9f1d1645bcd98a42c0e8524ecaf8d" => :mavericks
+ sha1 "72229b6a88ad27b22f4904d3a4b3a3539bb9b09b" => :mountain_lion
+ end
+
depends_on :x11 => :optional # For libXau library
depends_on "nettle"
depends_on "gmp"