diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 7318a2ddc8..58c64c26b2 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -296,7 +296,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`tinycc`](tinycc/) | Tiny C Compiler (TinyCC) | dev | https://github.com/TinyCC/tinycc | | [`tinyscheme`](tinyscheme/) | TinyScheme Interpreter | 1.42 | https://sourceforge.net/projects/tinyscheme/ | | [`tr`](tr/) | tr (OpenBSD) | 6.7 | https://github.com/ibara/libpuffy | -| [`tree`](tree/) | tree | 2.0.4 | https://github.com/Old-Man-Programmer/tree | +| [`tree`](tree/) | tree | 2.1.1 | https://github.com/Old-Man-Programmer/tree | | [`tuxracer`](tuxracer/) | Tux Racer | 0.61 | http://tuxracer.sourceforge.net/ | | [`vim`](vim/) | Vim | 8.2.4554 | https://www.vim.org/ | | [`vitetris`](vitetris/) | vitetris | 0.59.1 | https://github.com/vicgeralds/vitetris | diff --git a/Ports/tree/package.sh b/Ports/tree/package.sh index 2b7adae69a..9fcb1ceea7 100755 --- a/Ports/tree/package.sh +++ b/Ports/tree/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='tree' -version='2.0.4' +version='2.1.1' files=( - "https://github.com/Old-Man-Programmer/tree/archive/refs/tags/${version}.tar.gz 3ebeaf77a3b3829bcf665329e9d0f3624079c2c4cb4ef14cf6d7129a1a208b59" + "https://github.com/Old-Man-Programmer/tree/archive/refs/tags/${version}.tar.gz 1b70253994dca48a59d6ed99390132f4d55c486bf0658468f8520e7e63666a06" ) build() {