byobu 5.94

Closes Homebrew/homebrew#41622.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
master
Baptiste Fontaine 2015-07-05 23:36:49 +02:00
parent 12f06ef525
commit afeb289ae0
1 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
class Byobu < Formula
desc "Text-based window manager and terminal multiplexer"
homepage "http://byobu.co"
url "https://launchpad.net/byobu/trunk/5.92/+download/byobu_5.92.orig.tar.gz"
sha256 "22a5cab37c2426688945a5dfebc521dc684a4eda11bf48a1767dc6ba4b2b7a2c"
url "https://launchpad.net/byobu/trunk/5.94/+download/byobu_5.94.orig.tar.gz"
sha256 "4917013f590110d25b18293a51af02bd1ebcd1c665474f62e2566fb9b8f62916"
bottle do
sha256 "00b83c52d088c2ac0b46ebe5f15fc07af5f9bed8d1687ddf3a9ff019cd2340bb" => :yosemite
@ -20,13 +20,13 @@ class Byobu < Formula
system "make", "install"
end
test do
system bin/"byobu-status"
end
def caveats; <<-EOS.undent
Add the following to your shell configuration file:
export BYOBU_PREFIX=$(brew --prefix)
EOS
end
test do
system bin/"byobu-status"
end
end