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-swagger | |
| 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-swagger')
| -rw-r--r-- | ports/oatpp-swagger/CONTROL | 2 | ||||
| -rw-r--r-- | ports/oatpp-swagger/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/oatpp-swagger/CONTROL b/ports/oatpp-swagger/CONTROL index d45a5e7de..d6d8889e5 100644 --- a/ports/oatpp-swagger/CONTROL +++ b/ports/oatpp-swagger/CONTROL @@ -1,5 +1,5 @@ Source: oatpp-swagger -Version: 1.1.0 +Version: 1.2.0 Description: Oat++ OpenApi (Swagger) UI submodule Build-Depends: oatpp Homepage: https://github.com/oatpp/oatpp-swagger diff --git a/ports/oatpp-swagger/portfile.cmake b/ports/oatpp-swagger/portfile.cmake index c8773b643..00a538a01 100644 --- a/ports/oatpp-swagger/portfile.cmake +++ b/ports/oatpp-swagger/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-swagger - REF 7aa5ecb07bfbf9931aa7906247d8c8f59f35a4b4 # 1.1.0 - SHA512 df1f61e69ad2a7a533bc2b2a78342edb6954ba77980cf941d22f09e86d2fe85073863061aec44ccd80f15b8ea70d5fc70024c806f85cddc6790331ee718ad8bc + REF d0495421914cc2f9ed0a4c625d215c3d140a339f # 1.2.0 + SHA512 d6e7e495c5a9c8cefc8703758cbbd69767373edccaf8040963e950a033525af0491c950f5fa85b7fea03b0a2901d295368a2d67f9d7069f1bad856c8c1652bd4 HEAD_REF master ) |
