libfmt, bump version (#5261)

This commit is contained in:
Schrijvers Luc
2020-08-26 17:17:30 +02:00
committed by GitHub
parent a474b7335e
commit bb4c139712

View File

@@ -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"