diff options
| -rw-r--r-- | Library/Formula/byobu.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/byobu.rb b/Library/Formula/byobu.rb index 35a6beac3..b5eed5009 100644 --- a/Library/Formula/byobu.rb +++ b/Library/Formula/byobu.rb @@ -2,8 +2,8 @@ require 'formula' class Byobu < Formula homepage 'http://byobu.co' - url 'https://launchpad.net/byobu/trunk/5.60/+download/byobu_5.60.orig.tar.gz' - sha1 '567d8d4b4973a8d31e98043a892ca00136714495' + url 'https://launchpad.net/byobu/trunk/5.69/+download/byobu_5.69.orig.tar.gz' + sha1 '28823d25563e4356ac7dde7726d7dc68fb01ead8' depends_on 'coreutils' depends_on 'gnu-sed' # fails with BSD sed @@ -20,8 +20,4 @@ class Byobu < Formula export BYOBU_PREFIX=$(brew --prefix) EOS end - - test do - system "#{bin}/byobu-config" - end end |
