package/fmt: bump to version 6.1.2

- License is MIT (with exception) since version 6.0.0 and
  5a353fa8cf
- HAVE_OPEN has been removed since version 6.1.0. and
  dcde089b4e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020.02.x
Fabrice Fontaine 2020-01-13 19:17:19 +01:00 committed by Peter Korsgaard
parent 1cf2f51253
commit e9715bd36b
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 defa24a9af4c622a7134076602070b45721a43c51598c8456ec6f2c4dbb51c89 fmt-5.3.0.tar.gz
sha256 560d39617dfb4b4e4088597291a070ed6c3a8d67668114ed475c673430c3e49a LICENSE.rst
sha256 1cafc80701b746085dddf41bd9193e6d35089e1c6ec1940e037fcb9c98f62365 fmt-6.1.2.tar.gz
sha256 825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8 LICENSE.rst

View File

@ -4,14 +4,13 @@
#
################################################################################
FMT_VERSION = 5.3.0
FMT_VERSION = 6.1.2
FMT_SITE = $(call github,fmtlib,fmt,$(FMT_VERSION))
FMT_LICENSE = BSD-2-Clause
FMT_LICENSE = MIT with exception
FMT_LICENSE_FILES = LICENSE.rst
FMT_INSTALL_STAGING = YES
FMT_CONF_OPTS = \
-DHAVE_OPEN=ON \
-DFMT_INSTALL=ON \
-DFMT_TEST=OFF