aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ershov <digital.stream.of.mind@gmail.com>2018-08-21 23:48:09 +0300
committerRobert Schumacher <roschuma@microsoft.com>2018-08-21 13:48:09 -0700
commita808ddb50ad1d0584631b199a9f6558b4913dd0e (patch)
treea6f957dec105b193cdcf2a9dba0f2b59389ef5d2
parentb3b034d33acf6a991f9b9f290a666678e345b3f0 (diff)
downloadvcpkg-a808ddb50ad1d0584631b199a9f6558b4913dd0e.tar.gz
vcpkg-a808ddb50ad1d0584631b199a9f6558b4913dd0e.zip
[nlohmann-json] Update to 3.2.0 from 3.1.2 (#4129)
-rw-r--r--ports/nlohmann-json/CONTROL2
-rw-r--r--ports/nlohmann-json/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/nlohmann-json/CONTROL b/ports/nlohmann-json/CONTROL
index b0eee2bf9..f6dc15495 100644
--- a/ports/nlohmann-json/CONTROL
+++ b/ports/nlohmann-json/CONTROL
@@ -1,3 +1,3 @@
Source: nlohmann-json
-Version: 3.1.2
+Version: 3.2.0
Description: JSON for Modern C++
diff --git a/ports/nlohmann-json/portfile.cmake b/ports/nlohmann-json/portfile.cmake
index 44f7a86dc..9abe4152d 100644
--- a/ports/nlohmann-json/portfile.cmake
+++ b/ports/nlohmann-json/portfile.cmake
@@ -1,11 +1,11 @@
include(vcpkg_common_functions)
-set(SOURCE_VERSION 3.1.2)
+set(SOURCE_VERSION 3.2.0)
vcpkg_download_distfile(HEADER
URLS "https://github.com/nlohmann/json/releases/download/v${SOURCE_VERSION}/json.hpp"
FILENAME "nlohmann-json-${SOURCE_VERSION}.hpp"
- SHA512 05df0ad3338f0bca885c0aa9da523922b99016986a9b01426b13888c0febd83bf1f6f063886f6c75f8a656ef79abac6292fe442dc05b1897d546ba5b70be48a5
+ SHA512 c9090ccb5b00812d69e9fde44826b7168ba4a68d254440f3b4ac9354899785871a9d2806aac5cdba84359035a55ac19ec024c36a32a893eee1c7740536dd0eca
)
vcpkg_download_distfile(LICENSE