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 | |
| 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')
| -rw-r--r-- | ports/oatpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/oatpp/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/oatpp/CONTROL b/ports/oatpp/CONTROL index 7b100d4cd..45de646a5 100644 --- a/ports/oatpp/CONTROL +++ b/ports/oatpp/CONTROL @@ -1,4 +1,4 @@ Source: oatpp -Version: 1.1.0 +Version: 1.2.0 Description: Modern web framework Homepage: https://github.com/oatpp/oatpp diff --git a/ports/oatpp/portfile.cmake b/ports/oatpp/portfile.cmake index 4b870197a..82c72d273 100644 --- a/ports/oatpp/portfile.cmake +++ b/ports/oatpp/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 - REF 4427123bb3608a78806ebce654cfe74605a389bf # 1.0.0 - SHA512 91f3b66d573b918836bb2190fbaa5579da0f5b93b4905ed44ec63db2e947c64fa1be00f14f4ce85ff1103ab59f79506abf6dfbfe7edf7176f2365613e7aef825 + REF 2d8711307e23e9f022cbe2758c07ce4e44e8d31f # 1.2.0 + SHA512 ae99467034360a4eb20a8a49e8ccd5e39ed9d71f9cd07d5b9bf2be0db7a7bff65415b0086de4ae267701c09f7b48fdf5d4d8ccb22f05fd41805232894b39b06c HEAD_REF master ) |
