aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/launchdns.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/launchdns.rb b/Library/Formula/launchdns.rb
index 5bce277a2..23c9edbd6 100644
--- a/Library/Formula/launchdns.rb
+++ b/Library/Formula/launchdns.rb
@@ -4,6 +4,12 @@ class Launchdns < Formula
head "https://github.com/josh/launchdns.git"
sha1 "7310bb558a3b910e98b5364652e3a4fb48375494"
+ bottle do
+ sha1 "592ca0ff9d89f00613dd850be91fa15a8d2cfc6a" => :yosemite
+ sha1 "9ff650e25b17a1f29e9965c5e5bc678fc82d32aa" => :mavericks
+ sha1 "ffb5f5e33aa4429c4ada07f5992dbef2853b2cb5" => :mountain_lion
+ end
+
def install
ENV["PREFIX"] = prefix
system "make", "install"