From 7f104812bf494bab7eb0287daaa1175a5fff1025 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Tue, 11 Mar 2025 23:34:32 +0100 Subject: [PATCH] package/tig: bump version to 2.5.12 For change log since 2.5.10, see: https://github.com/jonas/tig/releases/tag/tig-2.5.11 https://github.com/jonas/tig/releases/tag/tig-2.5.12 The autoconf configure script of this new version (generated with autoconf 2.72) now requires pkg-config. Therefore, this commit also adds host-pkgconf in _DEPENDENCIES. Signed-off-by: Julien Olivain --- package/tig/tig.hash | 4 ++-- package/tig/tig.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/tig/tig.hash b/package/tig/tig.hash index b5aebb9c5d..4329723f9e 100644 --- a/package/tig/tig.hash +++ b/package/tig/tig.hash @@ -1,6 +1,6 @@ # From: -# https://github.com/jonas/tig/releases/download/tig-2.5.10/tig-2.5.10.tar.gz.sha256 -sha256 f655cc1366fc10058a2bd505bb88ca78e653ff7526c1b81774c44b9d841210e3 tig-2.5.10.tar.gz +# https://github.com/jonas/tig/releases/download/tig-2.5.12/tig-2.5.12.tar.gz.sha256 +sha256 5dda8a098810bb499096e17fc9f69c0a5915a23f46be27209fc8195d7a792108 tig-2.5.12.tar.gz # Locally calculated sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/tig/tig.mk b/package/tig/tig.mk index d3aa6df62a..58084bc758 100644 --- a/package/tig/tig.mk +++ b/package/tig/tig.mk @@ -4,12 +4,12 @@ # ################################################################################ -TIG_VERSION = 2.5.10 +TIG_VERSION = 2.5.12 TIG_SITE = https://github.com/jonas/tig/releases/download/tig-$(TIG_VERSION) TIG_LICENSE = GPL-2.0+ TIG_LICENSE_FILES = COPYING -TIG_DEPENDENCIES = ncurses +TIG_DEPENDENCIES = host-pkgconf ncurses ifeq ($(BR2_PACKAGE_LIBICONV),y) TIG_DEPENDENCIES += libiconv