byobu: audit fixes

Closes Homebrew/homebrew#48643.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Tomasz Pajor 2016-01-30 16:31:09 +01:00 committed by Dominyk Tiller
parent 21b62d9931
commit ffe3be8d72

View file

@ -4,13 +4,6 @@ class Byobu < Formula
url "https://launchpad.net/byobu/trunk/5.101/+download/byobu_5.101.orig.tar.gz"
sha256 "15972e7a6fc877fbc4e281f75ea23c04393d99764c8f6fe129dc91d614f5c8ce"
head do
url "https://github.com/dustinkirkland/byobu.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
end
bottle do
cellar :any_skip_relocation
sha256 "4a86fe5d52e406dbf457465fb163a91705e44508a94a7b811c4c9bcdbe4a1455" => :el_capitan
@ -18,6 +11,13 @@ class Byobu < Formula
sha256 "ca449ba4b66017d09280d24ff3d1d0389eeee6b5d9cb84b00f2c10397c43fa5d" => :mavericks
end
head do
url "https://github.com/dustinkirkland/byobu.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
end
conflicts_with "ctail", :because => "both install `ctail` binaries"
depends_on "coreutils"