Update package version to 1.16.0
This commit is contained in:
@@ -1,10 +1,20 @@
|
||||
name: spdlog
|
||||
description: Fast C++ logging library
|
||||
version: 1.15.3
|
||||
revision: 2
|
||||
version: 1.16.0
|
||||
revision: 1
|
||||
url: https://github.com/gabime/spdlog
|
||||
license: MIT
|
||||
architecture: any
|
||||
depends: ["fmt", "gcc-libs", "glibc"]
|
||||
make_depends: ["catch2", "cmake"]
|
||||
type: source
|
||||
depends:
|
||||
- fmt
|
||||
- gcc-libs
|
||||
- glibc
|
||||
make_depends:
|
||||
- catch2
|
||||
- cmake
|
||||
downloads:
|
||||
- url: https://github.com/gabime/spdlog/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 8741753e488a78dd0d0024c980e1fb5b5c85888447e309d9cb9d949bdb52aa3e
|
||||
|
||||
Reference in New Issue
Block a user