From 10c5e74c44c9bcbbe7ed6cc463ef35d3da7d3af6 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 27 Feb 2025 07:58:49 +0000 Subject: [PATCH] libfmt: update to 11.1.4 --- packages/devel/libfmt/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devel/libfmt/package.mk b/packages/devel/libfmt/package.mk index 4892a0c6de..7d022a774e 100644 --- a/packages/devel/libfmt/package.mk +++ b/packages/devel/libfmt/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="libfmt" -PKG_VERSION="11.1.3" -PKG_SHA256="67cd23ea86ccc359693e2ce1ba8d1bab533c02d743c09b15f3131102d0c2fc1c" +PKG_VERSION="11.1.4" +PKG_SHA256="ac366b7b4c2e9f0dde63a59b3feb5ee59b67974b14ee5dc9ea8ad78aa2c1ee1e" PKG_LICENSE="BSD" PKG_SITE="https://github.com/fmtlib/fmt" PKG_URL="https://github.com/fmtlib/fmt/archive/${PKG_VERSION}.tar.gz"