tree 2.0.0

tree 2.0

Closes #91829.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Bevan Kay 2021-12-22 17:25:01 +11:00 committed by BrewTestBot
parent 31270d236e
commit 1144d1ac84
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class Tree < Formula
desc "Display directories as trees (with optional color/HTML output)"
homepage "http://mama.indstate.edu/users/ice/tree/"
url "https://deb.debian.org/debian/pool/main/t/tree/tree_1.8.0.orig.tar.gz"
sha256 "715d5d4b434321ce74706d0dd067505bb60c5ea83b5f0b3655dae40aa6f9b7c2"
url "http://mama.indstate.edu/users/ice/tree/src/tree-2.0.0.tgz"
sha256 "782cd73179f65cfca7f29326f1511306e49e9b11d5b861daa57e13fd7262889f"
license "GPL-2.0-or-later"
livecheck do
@ -24,7 +24,7 @@ class Tree < Formula
def install
ENV.append "CFLAGS", "-fomit-frame-pointer"
objs = "tree.o unix.o html.o xml.o json.o hash.o color.o file.o strverscmp.o"
objs = "tree.o list.o hash.o color.o file.o filter.o info.o unix.o xml.o json.o html.o strverscmp.o"
system "make", "prefix=#{prefix}",
"MANDIR=#{man1}",