byobu: revert to 3.28

3.29 uses GNU readlink
upstream bug: https://bugs.launchpad.net/byobu/+bug/740370
This commit is contained in:
Adam Vandenberg 2011-03-22 11:45:02 -07:00
parent e80bafb21f
commit 72dafb7194

View file

@ -1,9 +1,9 @@
require 'formula'
class Byobu < Formula
url 'http://launchpad.net/byobu/trunk/3.29/+download/byobu_3.29.orig.tar.gz'
url 'http://launchpad.net/byobu/trunk/3.28/+download/byobu_3.28.orig.tar.gz'
homepage 'http://launchpad.net/byobu'
md5 '10ce12db8d52f2c50ca9c94c53938c6d'
md5 '4c8b08924925c52fbdc02cebeeed3745'
def install
system "./configure", "--prefix=#{prefix}"