upadte to fmt-8.1.1, from Brad, fine with Ashton Fagg (currently listed

as maintainer though asked to be dropped earlier, so I have merged that in
too)
This commit is contained in:
sthen 2022-06-07 11:40:17 +00:00
parent 9c1f7b9371
commit ddf056b8f1
3 changed files with 5 additions and 7 deletions

View File

@ -2,14 +2,12 @@ COMMENT= alternative formatting library for C and C++
GH_ACCOUNT= fmtlib
GH_PROJECT= fmt
GH_TAGNAME= 8.0.1
GH_TAGNAME= 8.1.1
SHARED_LIBS= fmt 1.0
SHARED_LIBS= fmt 1.1
CATEGORIES= devel
MAINTAINER= Ashton Fagg <ashton@fagg.id.au>
# MIT
PERMIT_PACKAGE= Yes

View File

@ -1,2 +1,2 @@
SHA256 (fmt-8.0.1.tar.gz) = sGyjEwFYxiWEjz+3QY8jUVWk04myq8OmJF+wHLDrHgE=
SIZE (fmt-8.0.1.tar.gz) = 805616
SHA256 (fmt-8.1.1.tar.gz) = PXlNPPZ2M7NLJ3Hrnwc73ofoRuDTldJU33shHvHsc0Y=
SIZE (fmt-8.1.1.tar.gz) = 826254

View File

@ -13,7 +13,7 @@ Index: CMakeLists.txt
# Options that control generation of various targets.
option(FMT_DOC "Generate the doc target." ${FMT_MASTER_PROJECT})
@@ -281,7 +282,7 @@ endif ()
@@ -286,7 +287,7 @@ endif ()
if (BUILD_SHARED_LIBS)
if (UNIX AND NOT APPLE AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "SunOS" AND