spdlog: 1.7.0 -> 1.8.0

This commit is contained in:
Tim Biermann 2020-09-01 10:11:30 +00:00
parent 5bdd49c2de
commit 754e330607
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 8 additions and 5 deletions

View File

@ -49,10 +49,12 @@ drwxr-xr-x root/root usr/include/spdlog/fmt/bundled/
-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/format-inl.h
-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/format.h
-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/locale.h
-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/os.h
-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/ostream.h
-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/posix.h
-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/printf.h
-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/ranges.h
-rw-r--r-- root/root usr/include/spdlog/fmt/chrono.h
-rw-r--r-- root/root usr/include/spdlog/fmt/fmt.h
-rw-r--r-- root/root usr/include/spdlog/fmt/ostr.h
-rw-r--r-- root/root usr/include/spdlog/formatter.h
@ -92,6 +94,7 @@ drwxr-xr-x root/root usr/include/spdlog/sinks/
-rw-r--r-- root/root usr/include/spdlog/sinks/wincolor_sink.h
-rw-r--r-- root/root usr/include/spdlog/spdlog-inl.h
-rw-r--r-- root/root usr/include/spdlog/spdlog.h
-rw-r--r-- root/root usr/include/spdlog/stopwatch.h
-rw-r--r-- root/root usr/include/spdlog/tweakme.h
-rw-r--r-- root/root usr/include/spdlog/version.h
drwxr-xr-x root/root usr/lib/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36M3QuvXkw08E31pPx3ovTLG2zRtUCmEXRWLEGq0Tt3WGqzWIndBgYSqYMN7FN9IxViIYYb3RQ1MbWcZUiODKg0=
SHA256 (Pkgfile) = 3f21a39800a3570d65009759eae34521d9b861c6490ff48d6fa0448c2038f819
SHA256 (.footprint) = c883dee52cab380777f5cf039d88462624c68e1bd51b50fc708fd9cfb3341861
SHA256 (spdlog-1.7.0.tar.gz) = f0114a4d3c88be9e696762f37a7c379619443ce9d668546c61b21d41affe5b62
RWSagIOpLGJF3yMFmBkKXNEr3BLzFMbjzRqxnGj15aNpJwtLqsj6AwxfmxKAmkaM+elJHliHsPOAvgnuSqfWUIxGJZ+8faaNNAs=
SHA256 (Pkgfile) = 63a0d2085e46637b2f4c0e85224e7c173fad2b2f6f53e21b14321768804c5f31
SHA256 (.footprint) = 640272992334953ba84403a1f84ff95535a53caf378f423809ba6436c9637ffe
SHA256 (spdlog-1.8.0.tar.gz) = 1e68e9b40cf63bb022a4b18cdc1c9d88eb5d97e4fd64fa981950a9cacf57a4bf

View File

@ -4,7 +4,7 @@
# Depends on: cmake fmt ninja
name=spdlog
version=1.7.0
version=1.8.0
release=1
source=(https://github.com/gabime/spdlog/archive/v$version/$name-$version.tar.gz)