From 2fa36f02b0e8bcfba0738c444a3b450e1511b75b Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Sat, 2 Sep 2023 01:38:07 +0200 Subject: [PATCH] Ports/tig: Update tig to version 2.5.8 --- Ports/AvailablePorts.md | 2 +- Ports/tig/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 7aa8ada172..8dd679199f 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -315,7 +315,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`tcl`](tcl/) | Tcl | 8.6.12 | https://www.tcl-lang.org/ | | [`termcap`](termcap/) | GNU termcap | 1.3.1 | https://www.gnu.org/software/termutils/ | | [`thesilversearcher`](thesilversearcher/) | The Silver Searcher: A fast code-searching tool | 2.2.0 | https://github.com/ggreer/the_silver_searcher | -| [`tig`](tig/) | Tig: text-mode interface for Git | 2.5.5 | https://jonas.github.io/tig/ | +| [`tig`](tig/) | Tig: text-mode interface for Git | 2.5.8 | https://jonas.github.io/tig/ | | [`timidity`](timidity/) | TiMidity++ | 2.15.0 | http://timidity.sourceforge.net | | [`tinycc`](tinycc/) | Tiny C Compiler (TinyCC) | dev | https://github.com/TinyCC/tinycc | | [`tinyscheme`](tinyscheme/) | TinyScheme Interpreter | 1.42 | https://sourceforge.net/projects/tinyscheme/ | diff --git a/Ports/tig/package.sh b/Ports/tig/package.sh index 5cf89d21b8..b4cc24ff02 100755 --- a/Ports/tig/package.sh +++ b/Ports/tig/package.sh @@ -1,9 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh port='tig' -version='2.5.5' +version='2.5.8' useconfigure='true' files=( - "https://github.com/jonas/tig/releases/download/tig-${version}/tig-${version}.tar.gz#24ba2c8beae889e6002ea7ced0e29851dee57c27fde8480fb9c64d5eb8765313" + "https://github.com/jonas/tig/releases/download/tig-${version}/tig-${version}.tar.gz#b70e0a42aed74a4a3990ccfe35262305917175e3164330c0889bd70580406391" ) depends=( 'libiconv'