diff options
| author | Kaung Zaw Htet <kaungzawhtet.mm@gmail.com> | 2020-10-17 15:34:25 +0630 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-17 02:04:25 -0700 |
| commit | 0b5b24698f08f6f4ca0ef984b2ae9d6a6ba0d7a6 (patch) | |
| tree | 23288479f150312ef2295068caebfce089fcc54b /ports/oatpp-websocket | |
| parent | 9f2bb7091458d393a424c0ab14cd39c49332446c (diff) | |
| download | vcpkg-0b5b24698f08f6f4ca0ef984b2ae9d6a6ba0d7a6.tar.gz vcpkg-0b5b24698f08f6f4ca0ef984b2ae9d6a6ba0d7a6.zip | |
[oatpp] Update to 1.2.0 (#14078)
* [oatpp] Update to 1.2.0
* fixed UWP build err of oatpp at v1.2.0
Diffstat (limited to 'ports/oatpp-websocket')
| -rw-r--r-- | ports/oatpp-websocket/CONTROL | 2 | ||||
| -rw-r--r-- | ports/oatpp-websocket/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/oatpp-websocket/CONTROL b/ports/oatpp-websocket/CONTROL index cf6ca6c18..7d915ed0b 100644 --- a/ports/oatpp-websocket/CONTROL +++ b/ports/oatpp-websocket/CONTROL @@ -1,5 +1,5 @@ Source: oatpp-websocket -Version: 1.1.0 +Version: 1.2.0 Description: Oat++ websocket module Build-Depends: oatpp Homepage: https://github.com/oatpp/oatpp-websocket diff --git a/ports/oatpp-websocket/portfile.cmake b/ports/oatpp-websocket/portfile.cmake index 511815276..4c3496147 100644 --- a/ports/oatpp-websocket/portfile.cmake +++ b/ports/oatpp-websocket/portfile.cmake @@ -1,12 +1,12 @@ -set(OATPP_VERSION "1.1.0") +set(OATPP_VERSION "1.2.0") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO oatpp/oatpp-websocket - REF 41a0480fdd4cf8a076c9fbd79959be1156ecb204 # 1.1.0 - SHA512 7237e6d94ebc4873ee9a3350b01f2a841f419dc8fbc917a51aebd2dcd89927e1a58816dc83040bb7da1cee36d81aba6cf17833c58831c8693fd1454021610908 + REF 1ac81a1ae2588e9b21e4b9ecb93f7f30739fdcfe # 1.2.0 + SHA512 db70052f4399300e2fd75f6dc7fb85b3084cc7ad4fba09340707c8465cfa3ea7f63f629581722912009d450d7951c0e0b04ffec9c24fa4dcdf0aaf429cff5593 HEAD_REF master ) |
