1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

Ports/tree: Update to version 2.1.1

This commit is contained in:
Liav A 2023-08-11 15:17:20 +03:00 committed by Tim Schumacher
parent 0b91d36a1e
commit 73523cef2b
2 changed files with 3 additions and 3 deletions

View file

@ -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 |

View file

@ -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() {