diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-14 16:53:23 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-14 16:53:23 -0700 |
| commit | f1e9e41e7d89780430c382db8ef1198f6ea83dd8 (patch) | |
| tree | f66646f1318ee556daeb15cc8d8dc160d879c6ab | |
| parent | f2c7aeedc0154e3e1b19c5583721577a446b9f36 (diff) | |
| download | vcpkg-f1e9e41e7d89780430c382db8ef1198f6ea83dd8.tar.gz vcpkg-f1e9e41e7d89780430c382db8ef1198f6ea83dd8.zip | |
[nlohmann-json] Update to 3.1.2
| -rw-r--r-- | ports/nlohmann-json/CONTROL | 2 | ||||
| -rw-r--r-- | ports/nlohmann-json/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/nlohmann-json/CONTROL b/ports/nlohmann-json/CONTROL index d32991c0d..b0eee2bf9 100644 --- a/ports/nlohmann-json/CONTROL +++ b/ports/nlohmann-json/CONTROL @@ -1,3 +1,3 @@ Source: nlohmann-json -Version: 3.1.0 +Version: 3.1.2 Description: JSON for Modern C++ diff --git a/ports/nlohmann-json/portfile.cmake b/ports/nlohmann-json/portfile.cmake index b186db817..44f7a86dc 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.0) +set(SOURCE_VERSION 3.1.2) vcpkg_download_distfile(HEADER URLS "https://github.com/nlohmann/json/releases/download/v${SOURCE_VERSION}/json.hpp" FILENAME "nlohmann-json-${SOURCE_VERSION}.hpp" - SHA512 710a92f065cc7fc873db2e08158f285390b9ac38f1b0bc6bbfd9e52597574749fe1e90b114d3d750fcc9f79d7d53530242e57135d60675b35c23d1f948ad7ef2 + SHA512 05df0ad3338f0bca885c0aa9da523922b99016986a9b01426b13888c0febd83bf1f6f063886f6c75f8a656ef79abac6292fe442dc05b1897d546ba5b70be48a5 ) vcpkg_download_distfile(LICENSE |
