Pārlūkot izejas kodu

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 <ju.o@free.fr>
Julien Olivain 4 mēneši atpakaļ
vecāks
revīzija
7f104812bf
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2 2
      package/tig/tig.hash
  2. 2 2
      package/tig/tig.mk

+ 2 - 2
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

+ 2 - 2
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