diff options
author | Cem Keylan <cem@ckyln.com> | 2022-01-04 12:43:38 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-01-04 12:43:38 +0300 |
commit | d79818d9236958093a574d9b08f879d12694ebdf (patch) | |
tree | 803f2a611989e9c93bbdae169481cd4a92e4f13e /community/tree | |
parent | ee816344077f884ac10fd9627a52cf5de3659032 (diff) | |
download | repository-d79818d9236958093a574d9b08f879d12694ebdf.tar.gz |
tree: bump to 2.0.1
Diffstat (limited to 'community/tree')
-rwxr-xr-x | community/tree/build | 4 | ||||
-rw-r--r-- | community/tree/checksums | 2 | ||||
-rw-r--r-- | community/tree/sources | 2 | ||||
-rw-r--r-- | community/tree/version | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/community/tree/build b/community/tree/build index 28d2d465..b2e46c72 100755 --- a/community/tree/build +++ b/community/tree/build @@ -1,4 +1,4 @@ #!/bin/sh -e -make -make BINDIR="$1/usr/bin" MANDIR="$1/usr/share/man/man1" install +make CC="${CC:-cc}" LDFLAGS=-static +make PREFIX="$1/usr" MANDIR="$1/usr/share/man/man1" install diff --git a/community/tree/checksums b/community/tree/checksums index f5f790bb..bfb7e4bc 100644 --- a/community/tree/checksums +++ b/community/tree/checksums @@ -1,2 +1,2 @@ %BLAKE3 -63c1382ce9000da1852d32a0671a36b15d0af5d8c793c9a6f13c5d70da13e696 tree-2.0.0.tgz +c3f17b15915eb514fd353870db5a460f684f8fba0788f542cefa17a2d1d2157e tree-2.0.1.tgz diff --git a/community/tree/sources b/community/tree/sources index 75b6dee3..c59ccfc5 100644 --- a/community/tree/sources +++ b/community/tree/sources @@ -1 +1 @@ -http://mama.indstate.edu/users/ice/tree/src/tree-2.0.0.tgz +http://mama.indstate.edu/users/ice/tree/src/tree-2.0.1.tgz diff --git a/community/tree/version b/community/tree/version index b31a7f39..4a473510 100644 --- a/community/tree/version +++ b/community/tree/version @@ -1 +1 @@ -2.0.0 1 +2.0.1 1 |