diff --git a/pkg.info b/pkg.info index 436cab3..bc403fd 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: spdlog description: Fast C++ logging library -version: 1.16.0 +version: 1.17.0 revision: 1 url: https://github.com/gabime/spdlog license: MIT @@ -17,4 +17,4 @@ 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 + checksum: d8862955c6d74e5846b3f580b1605d2428b11d97a410d86e2fb13e857cd3a744 diff --git a/source.sh b/source.sh index b603ada..06d8845 100644 --- a/source.sh +++ b/source.sh @@ -10,6 +10,7 @@ build() { -DSPDLOG_FMT_EXTERNAL=ON \ -DSPDLOG_BUILD_SHARED=ON \ -DSPDLOG_BUILD_TESTS=ON \ + -DSPDLOG_NO_TZ_OFFSET=ON \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib