aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Paulyshka <me@mixaill.tk>2017-12-30 02:08:49 +0300
committerMikhail Paulyshka <me@mixaill.tk>2017-12-30 02:08:49 +0300
commit7fbd67db7bd4a63f468423354fa3804a533df01c (patch)
tree6c956f5f513f6d3f1f1d51c00d02b48874e47b58
parentc367994e73a88216bb3f0f2a046d1c0c8d36ce5c (diff)
downloadvcpkg-7fbd67db7bd4a63f468423354fa3804a533df01c.tar.gz
vcpkg-7fbd67db7bd4a63f468423354fa3804a533df01c.zip
[nlohmann-json] update to 3.0.1
-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 1b268b456..1666f8ebd 100644
--- a/ports/nlohmann-json/CONTROL
+++ b/ports/nlohmann-json/CONTROL
@@ -1,3 +1,3 @@
Source: nlohmann-json
-Version: 3.0.0
+Version: 3.0.1
Description: JSON for Modern C++
diff --git a/ports/nlohmann-json/portfile.cmake b/ports/nlohmann-json/portfile.cmake
index d03c5b395..d47298dd9 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.0.0)
+set(SOURCE_VERSION 3.0.1)
vcpkg_download_distfile(HEADER
URLS "https://github.com/nlohmann/json/releases/download/v${SOURCE_VERSION}/json.hpp"
FILENAME "nlohmann-json-${SOURCE_VERSION}.hpp"
- SHA512 0983320160900e7dbb1241d10f5be6eb0c1be39f2af3f153f488533c381e909f4af0d60c25c6a2e4bb7b69ad1ff0033651c52fe36886f917324f355281e99c05
+ SHA512 95c0f0ca2e0eddfa462e732055ac6ede208929120bbe5c5d6e1035a7263900590bfeaddcbc4e1043aaa9255906cb0f038af64abf9a8da9fc98a7dc61356e2fef
)
vcpkg_download_distfile(LICENSE