update lesspipe to 1.71.
* fixes issue with viewing tar files. * switch to http download for source. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
637aca462d
commit
0027397d15
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Lesspipe < Formula
|
||||
homepage 'http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html'
|
||||
url 'ftp://ftp.ifh.de/pub/unix/utility/lesspipe-1.70.tar.gz'
|
||||
md5 '1eefbc1a4d95bb0726fc23ff5c66fc2e'
|
||||
url 'http://www-zeuthen.desy.de/~friebel/unix/less/lesspipe-1.71.tar.gz'
|
||||
md5 '6d921dc4ce9809d405cb8d694ac7cbbd'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--default"
|
||||
|
|
Loading…
Reference in a new issue