Update package version to 12.1.0
This commit is contained in:
@@ -1,9 +1,19 @@
|
||||
name: fmt
|
||||
description: A modern formatting library for C++
|
||||
version: 12.0.0
|
||||
version: 12.1.0
|
||||
revision: 1
|
||||
url: https://fmt.dev/
|
||||
license: MIT
|
||||
architecture: any
|
||||
depends: ["gcc-libs", "glibc"]
|
||||
make_depends: ["cmake", "ninja"]
|
||||
type: source
|
||||
depends:
|
||||
- gcc-libs
|
||||
- glibc
|
||||
make_depends:
|
||||
- cmake
|
||||
- ninja
|
||||
downloads:
|
||||
- url: https://github.com/fmtlib/fmt/archive/refs/tags/${BPM_PKG_VERSION}/fmt-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: ea7de4299689e12b6dddd392f9896f08fb0777ac7168897a244a6d6085043fea
|
||||
|
||||
Reference in New Issue
Block a user