aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-04-12 15:06:02 +0100
committerXu Cheng2015-04-26 17:38:45 +0800
commit4295d88630a1e9ab9b4e1a9d97480428cde65852 (patch)
treeebca81cf223a087089d9f41b30a515be700d948e
parenteed1bc17e192bc2d50a692a122179e2c7155d4c0 (diff)
downloadhomebrew-4295d88630a1e9ab9b4e1a9d97480428cde65852.tar.bz2
mkcue: add 1 bottle.
-rw-r--r--Library/Formula/mkcue.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/mkcue.rb b/Library/Formula/mkcue.rb
index e28cc637e..96282032f 100644
--- a/Library/Formula/mkcue.rb
+++ b/Library/Formula/mkcue.rb
@@ -4,6 +4,13 @@ class Mkcue < Formula
version "1"
sha256 "2aaf57da4d0f2e24329d5e952e90ec182d4aa82e4b2e025283e42370f9494867"
+ bottle do
+ cellar :any
+ sha256 "7bf9c893b89fa7bed8017a4f72fd8077222d97d9b140b26689070bac4afa0028" => :yosemite
+ sha256 "84a62e48215ee6e658c50376623385329455ba0c0f164fedc5ec4f6c13d84874" => :mavericks
+ sha256 "ed58ca425f237296f11dcd0c5c6248ae939cc02c0126ee1588d61d08effb822e" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",