diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-08-02 15:43:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-02 15:43:48 -0700 |
| commit | 7dba50c8e4bd46c4deacc348ff2245ded0727021 (patch) | |
| tree | fdb39ee42ea495ac5afafb4f34625a55a648a936 /ports/log4cplus | |
| parent | e3dc99e22b5ded44aa6b0e70030d23142f8c497c (diff) | |
| parent | 49466af2ea1e3b576ea0bd3190187585b74d8400 (diff) | |
| download | vcpkg-7dba50c8e4bd46c4deacc348ff2245ded0727021.tar.gz vcpkg-7dba50c8e4bd46c4deacc348ff2245ded0727021.zip | |
Merge branch 'master' into protobuf
Diffstat (limited to 'ports/log4cplus')
| -rw-r--r-- | ports/log4cplus/CONTROL | 2 | ||||
| -rw-r--r-- | ports/log4cplus/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/log4cplus/CONTROL b/ports/log4cplus/CONTROL index 6dbcb515c..712a78730 100644 --- a/ports/log4cplus/CONTROL +++ b/ports/log4cplus/CONTROL @@ -1,4 +1,4 @@ Source: log4cplus -Version: REL_2_0_0-RC2 +Version: REL_2_0_1 Description: A simple to use C++ logging API providing thread--safe, flexible, and arbitrarily granular control over log management and configuration Build-Depends: catch diff --git a/ports/log4cplus/portfile.cmake b/ports/log4cplus/portfile.cmake index d6e600221..97a17a4f7 100644 --- a/ports/log4cplus/portfile.cmake +++ b/ports/log4cplus/portfile.cmake @@ -2,8 +2,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO log4cplus/log4cplus - REF REL_2_0_0-RC2 - SHA512 34392d85088534e0661e6fa9726c5970647a5acaa559bafb5d3746a70f5baca01012f457d50c15e73d9aca1d3ed9ec99028cc65fab07f73cdadbbc0b4329bcb5 + REF REL_2_0_1 + SHA512 7a84bf237bb5db3eccd90196c0f97adb75d0dd247d73852150078b9458f169d883f3ae92908217ea668bcf25c64766c86380bbcc64b432eb1bae6427c9268b18 HEAD_REF master ) |
