diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-01 17:08:39 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-01 17:08:39 -0800 |
| commit | 51e8b5da7cd8fd1273a99dac953de1aa193e7ac9 (patch) | |
| tree | dbc3541513531ce564398d16562759caac447365 | |
| parent | 485c0aebf681f85ec6102d225baf7bdc772b2039 (diff) | |
| download | vcpkg-51e8b5da7cd8fd1273a99dac953de1aa193e7ac9.tar.gz vcpkg-51e8b5da7cd8fd1273a99dac953de1aa193e7ac9.zip | |
[nlohmann-json] Update to 3.1.0
| -rw-r--r-- | ports/nlohmann-json/CONTROL | 2 | ||||
| -rw-r--r-- | ports/nlohmann-json/portfile.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/nlohmann-json/CONTROL b/ports/nlohmann-json/CONTROL index 1666f8ebd..d32991c0d 100644 --- a/ports/nlohmann-json/CONTROL +++ b/ports/nlohmann-json/CONTROL @@ -1,3 +1,3 @@ Source: nlohmann-json -Version: 3.0.1 +Version: 3.1.0 Description: JSON for Modern C++ diff --git a/ports/nlohmann-json/portfile.cmake b/ports/nlohmann-json/portfile.cmake index d47298dd9..b186db817 100644 --- a/ports/nlohmann-json/portfile.cmake +++ b/ports/nlohmann-json/portfile.cmake @@ -1,18 +1,18 @@ include(vcpkg_common_functions) -set(SOURCE_VERSION 3.0.1) +set(SOURCE_VERSION 3.1.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 95c0f0ca2e0eddfa462e732055ac6ede208929120bbe5c5d6e1035a7263900590bfeaddcbc4e1043aaa9255906cb0f038af64abf9a8da9fc98a7dc61356e2fef + SHA512 710a92f065cc7fc873db2e08158f285390b9ac38f1b0bc6bbfd9e52597574749fe1e90b114d3d750fcc9f79d7d53530242e57135d60675b35c23d1f948ad7ef2 ) vcpkg_download_distfile(LICENSE URLS "https://github.com/nlohmann/json/raw/v${SOURCE_VERSION}/LICENSE.MIT" FILENAME "nlohmann-json-LICENSE-${SOURCE_VERSION}.txt" - SHA512 629ac4ed0128af8750ddaefb86b01e52243457020b54e3c38a1a772dbbc1598442a45ab9a0537bd47e35eafa73df0a9d1f1ebe235f339dcd2df1083219ded2d1 + SHA512 0fdb404547467f4523579acde53066badf458504d33edbb6e39df0ae145ed27d48a720189a60c225c0aab05f2aa4ce4050dcb241b56dc693f7ee9f54c8728a75 ) file(INSTALL ${HEADER} DESTINATION ${CURRENT_PACKAGES_DIR}/include/nlohmann RENAME json.hpp) -file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/nlohmann-json RENAME copyright)
\ No newline at end of file +file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/nlohmann-json RENAME copyright) |
