diff --git a/main/nlohmann-json/.checksums b/main/nlohmann-json/.checksums index eabf50017..060008294 100644 --- a/main/nlohmann-json/.checksums +++ b/main/nlohmann-json/.checksums @@ -1 +1 @@ -e8d56bc54621037842ee9f0aeae27746 nlohmann-json-3.11.2.tar.gz +d603041cbc6051edbaa02ebb82cf0aa9 nlohmann-json-3.11.3.tar.gz diff --git a/main/nlohmann-json/.pkgfiles b/main/nlohmann-json/.pkgfiles index 786a920ab..91e89c051 100644 --- a/main/nlohmann-json/.pkgfiles +++ b/main/nlohmann-json/.pkgfiles @@ -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 diff --git a/main/nlohmann-json/spkgbuild b/main/nlohmann-json/spkgbuild index 24307f76f..c2fc48688 100644 --- a/main/nlohmann-json/spkgbuild +++ b/main/nlohmann-json/spkgbuild @@ -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"