byobu 5.69
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
f44b1f4708
commit
2ea4da9d3a
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue