From bb4c139712ffdc00904052cd7ec1fd81e0591227 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 26 Aug 2020 17:17:30 +0200 Subject: [PATCH] libfmt, bump version (#5261) --- dev-libs/libfmt/{libfmt-5.2.1.recipe => libfmt-7.0.3.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-libs/libfmt/{libfmt-5.2.1.recipe => libfmt-7.0.3.recipe} (92%) diff --git a/dev-libs/libfmt/libfmt-5.2.1.recipe b/dev-libs/libfmt/libfmt-7.0.3.recipe similarity index 92% rename from dev-libs/libfmt/libfmt-5.2.1.recipe rename to dev-libs/libfmt/libfmt-7.0.3.recipe index b702d98c0..429b05e43 100644 --- a/dev-libs/libfmt/libfmt-5.2.1.recipe +++ b/dev-libs/libfmt/libfmt-7.0.3.recipe @@ -2,11 +2,11 @@ SUMMARY="Small, safe and fast formatting library" DESCRIPTION="fmt is an open-source formatting library for C++. It can be used \ as a safe and fast alternative to (s)printf and IOStreams." HOMEPAGE="https://github.com/fmtlib/fmt" -COPYRIGHT="2012-2016 Victor Zverovich" +COPYRIGHT="2012-2020 Victor Zverovich" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://github.com/fmtlib/fmt/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="3c812a18e9f72a88631ab4732a97ce9ef5bcbefb3235e9fd465f059ba204359b" +CHECKSUM_SHA256="b4b51bc16288e2281cddc59c28f0b4f84fed58d016fb038273a09f05f8473297" SOURCE_FILENAME="fmt-$portVersion.tar.gz" SOURCE_DIR="fmt-$portVersion"