fmt: update to 9.1.0.

This commit is contained in:
skmpz 2022-09-02 08:28:01 +04:00 committed by Đoàn Trần Công Danh
parent 321131e2d6
commit 1208df97ee

View file

@ -1,6 +1,6 @@
# Template file for 'fmt' # Template file for 'fmt'
pkgname=fmt pkgname=fmt
version=9.0.0 version=9.1.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON -DFMT_DOC=OFF -DFMT_TEST=OFF" configure_args="-DBUILD_SHARED_LIBS=ON -DFMT_DOC=OFF -DFMT_TEST=OFF"
@ -10,7 +10,7 @@ license="BSD-2-Clause"
homepage="https://github.com/fmtlib/fmt" homepage="https://github.com/fmtlib/fmt"
changelog="https://raw.githubusercontent.com/fmtlib/fmt/master/ChangeLog.rst" changelog="https://raw.githubusercontent.com/fmtlib/fmt/master/ChangeLog.rst"
distfiles="https://github.com/fmtlib/fmt/archive/${version}.tar.gz" distfiles="https://github.com/fmtlib/fmt/archive/${version}.tar.gz"
checksum=9a1e0e9e843a356d65c7604e2c8bf9402b50fe294c355de0095ebd42fb9bd2c5 checksum=5dea48d1fcddc3ec571ce2058e13910a0d4a6bab4cc09a809d8b1dd1c88ae6f2
post_install() { post_install() {
vlicense LICENSE.rst LICENSE vlicense LICENSE.rst LICENSE