aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-04-20 16:53:18 +0100
committerMike McQuaid2015-04-20 18:50:20 +0100
commitdbdbcbd3b4b57e33327bb74f068e7ba0551f2b5c (patch)
tree45f4d98bfbd34ee81afc2954f04d18183810e071 /Library
parent3354c0c75451f15cb7fc52016c23fb4313a5dd19 (diff)
downloadhomebrew-dbdbcbd3b4b57e33327bb74f068e7ba0551f2b5c.tar.bz2
daemonize: add 1.7.6 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/daemonize.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/daemonize.rb b/Library/Formula/daemonize.rb
index cc7135181..d779cece3 100644
--- a/Library/Formula/daemonize.rb
+++ b/Library/Formula/daemonize.rb
@@ -5,6 +5,13 @@ class Daemonize < Formula
url "https://github.com/bmc/daemonize/archive/release-1.7.6.tar.gz"
sha1 "5fec633880ef0a81fe0ca9d9eaeeeefd969f5dbd"
+ bottle do
+ cellar :any
+ sha256 "f030b352d61fa673e81d84ee041c6922f3615cb7761b68e090329a406248d322" => :yosemite
+ sha256 "a8713e370c1c2677bff6bfd30722eefa79daca3352a6e79d6dc4315b782bea61" => :mavericks
+ sha256 "94bb0d065fd5e3a7fe43ae3df279e7eac2c6c65455bf2821981a838789365435" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"