From bb48cb84d6f524e86267d3e35972175a48c01336 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 4 Jan 2024 04:06:32 +0000 Subject: [PATCH] libfmt: update to 10.2.1 release notes: - https://github.com/fmtlib/fmt/releases/tag/10.2.0 - https://github.com/fmtlib/fmt/releases/tag/10.2.1 --- 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 df4a905ba0..a2453811ba 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="10.1.1" -PKG_SHA256="78b8c0a72b1c35e4443a7e308df52498252d1cefc2b08c9a97bc9ee6cfe61f8b" +PKG_VERSION="10.2.1" +PKG_SHA256="1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811" PKG_LICENSE="BSD" PKG_SITE="https://github.com/fmtlib/fmt" PKG_URL="https://github.com/fmtlib/fmt/archive/${PKG_VERSION}.tar.gz"