1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 13:47:34 +00:00

Ports/tig: Update tig to version 2.5.8

This commit is contained in:
EWouters 2023-09-02 01:38:07 +02:00 committed by Jelle Raaijmakers
parent 6ec38f4656
commit 2fa36f02b0
2 changed files with 3 additions and 3 deletions

View file

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