Ports/tig: Update tig to version 2.5.8
This commit is contained in:
parent
6ec38f4656
commit
2fa36f02b0
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/2fa36f02b0 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -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/ |
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue