nlohmann-json: upgrade to 3.11.3

This commit is contained in:
Victor Tebar
2023-11-30 18:43:03 +00:00
parent 648fb3c757
commit c58ad27aec
3 changed files with 4 additions and 3 deletions

View File

@@ -1 +1 @@
e8d56bc54621037842ee9f0aeae27746 nlohmann-json-3.11.2.tar.gz
d603041cbc6051edbaa02ebb82cf0aa9 nlohmann-json-3.11.3.tar.gz

View File

@@ -1,4 +1,4 @@
nlohmann-json-3.11.2-1
nlohmann-json-3.11.3-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/nlohmann/
@@ -26,6 +26,7 @@ drwxr-xr-x root/root usr/include/nlohmann/detail/iterators/
-rw-r--r-- root/root usr/include/nlohmann/detail/iterators/iterator_traits.hpp
-rw-r--r-- root/root usr/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
-rw-r--r-- root/root usr/include/nlohmann/detail/iterators/primitive_iterator.hpp
-rw-r--r-- root/root usr/include/nlohmann/detail/json_custom_base_class.hpp
-rw-r--r-- root/root usr/include/nlohmann/detail/json_pointer.hpp
-rw-r--r-- root/root usr/include/nlohmann/detail/json_ref.hpp
-rw-r--r-- root/root usr/include/nlohmann/detail/macro_scope.hpp

View File

@@ -3,7 +3,7 @@
# depends : cmake
name=nlohmann-json
version=3.11.2
version=3.11.3
release=1
source="https://github.com/nlohmann/json/archive/v$version/$name-$version.tar.gz"