diff options
| author | Kosuke Asami | 2014-03-19 01:34:18 +0900 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 00:28:10 -0500 |
| commit | 91465a197c01a5f022a224a592e769147db145a2 (patch) | |
| tree | 935e0a5c8361e59f8bbc01b2dbfbec3a44e24904 /Library/Formula | |
| parent | 775c7228621559623406857d1810a3153616336f (diff) | |
| download | homebrew-91465a197c01a5f022a224a592e769147db145a2.tar.bz2 | |
byobu 5.75
This release includes fixes about prefix problem that is discussed
in #27045.
Closes #27667.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/byobu.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/byobu.rb b/Library/Formula/byobu.rb index b5eed5009..ba8d289f3 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.69/+download/byobu_5.69.orig.tar.gz' - sha1 '28823d25563e4356ac7dde7726d7dc68fb01ead8' + url 'https://launchpad.net/byobu/trunk/5.75/+download/byobu_5.75.orig.tar.gz' + sha1 'c14e0e3e9e95cef9e9d50074280d0747a02debe5' depends_on 'coreutils' depends_on 'gnu-sed' # fails with BSD sed |
