zvbi: update to 0.2.44

This commit is contained in:
Rudi Heitbaum 2025-03-11 05:50:38 +00:00
parent e1e7e148fe
commit 3d6e40fc40
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="zvbi"
PKG_VERSION="0.2.43"
PKG_SHA256="437522d8d0906c43c0a51163f40a3a7e4c0f1f377c0d2d5f25c1b69c827fb3ed"
PKG_VERSION="0.2.44"
PKG_SHA256="bca620ab670328ad732d161e4ce8d9d9fc832533cb7440e98c50e112b805ac5e"
PKG_LICENSE="GPL2"
PKG_SITE="https://github.com/zapping-vbi/zvbi"
PKG_URL="https://github.com/zapping-vbi/zvbi/archive/refs/tags/v${PKG_VERSION}.tar.gz"

View File

@ -1,9 +1,9 @@
--- a/configure.ac 2025-02-26 20:29:12.903050209 +0000
+++ b/configure.ac 2025-02-26 20:29:06.246129502 +0000
@@ -499,7 +499,7 @@
dnl
dnl Native language support.
dnl
# If issues found with using a different gettext version than below and
# performing a crossbuild, update AM_GNU_GETTEXT_VERSION to match and
# run autogen.sh to update necessary files.
-AM_GNU_GETTEXT_VERSION([0.21])
+AM_GNU_GETTEXT_VERSION([0.24])
AM_GNU_GETTEXT([external], [need-ngettext])