From 4b71d7cd4534cdb1df01002bfd0d61aa97e96ed6 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sat, 9 Apr 2016 15:10:04 +0100 Subject: [PATCH] dtach: add 0.8 bottle. --- Formula/dtach.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/dtach.rb b/Formula/dtach.rb index 1ae2b762ea..8592b58877 100644 --- a/Formula/dtach.rb +++ b/Formula/dtach.rb @@ -4,6 +4,13 @@ class Dtach < Formula url "https://downloads.sourceforge.net/project/dtach/dtach/0.8/dtach-0.8.tar.gz" sha256 "16614ebddf8ab2811d3dc0e7f329c7de88929ac6a9632d4cb4aef7fe11b8f2a9" + bottle do + cellar :any_skip_relocation + sha256 "dadab3b4c573d323fe3bba6f00533209429648c24aff85a4ca9cd5a97c891c88" => :el_capitan + sha256 "7543ba893449b3be18d23307edcdb54a30b7a9964c13194eb089af809c563408" => :yosemite + sha256 "725973145d09ccba58459afc0624f25df1a54daf47e8099a1e5ec1fb9a1af916" => :mavericks + end + def install # Includes instead of "config.h", so "." needs to be in the include path. ENV.append "CFLAGS", "-I."