diff options
| author | Michael Heyman <mheyman@gmail.com> | 2020-10-06 10:54:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-06 07:54:50 -0700 |
| commit | 0aae396aaf930e6a86dcba75dffb91776f65cdd9 (patch) | |
| tree | 9069cd3976e532109e3a4e76401964510154a91a /ports/oatpp-curl | |
| parent | 76a7e9248fb3c57350b559966dcaa2d52a5e4458 (diff) | |
| download | vcpkg-0aae396aaf930e6a86dcba75dffb91776f65cdd9.tar.gz vcpkg-0aae396aaf930e6a86dcba75dffb91776f65cdd9.zip | |
oat++ suite bump to version 1.1 (#12249)
Co-authored-by: heymamd1 <Michael.Heyman@jhuapl.edu>
Diffstat (limited to 'ports/oatpp-curl')
| -rw-r--r-- | ports/oatpp-curl/CONTROL | 3 | ||||
| -rw-r--r-- | ports/oatpp-curl/portfile.cmake | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/oatpp-curl/CONTROL b/ports/oatpp-curl/CONTROL index 1b80b3883..974c5e92b 100644 --- a/ports/oatpp-curl/CONTROL +++ b/ports/oatpp-curl/CONTROL @@ -1,4 +1,5 @@ Source: oatpp-curl -Version: 1.0.0 +Version: 1.1.0 Description: Oat++ Modern web framework curl module to use libcurl as a RequestExecutor on the oatpp's ApiClient Build-Depends: curl,oatpp +Homepage: https://github.com/oatpp/oatpp-curl diff --git a/ports/oatpp-curl/portfile.cmake b/ports/oatpp-curl/portfile.cmake index 0e2388fa2..d5187190e 100644 --- a/ports/oatpp-curl/portfile.cmake +++ b/ports/oatpp-curl/portfile.cmake @@ -1,12 +1,12 @@ -set(OATPP_VERSION "1.0.0") +set(OATPP_VERSION "1.1.0") vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO oatpp/oatpp-curl - REF 03a3f336be70c71d0547489aa0ed50206f46dcf8 # 1.0.0 - SHA512 799cbddeb6e9d90eb43911845dd33ee272c4e86c86a07bb710ceb8c0e1722cda15412fdca10c4228a77f38e3b9e3d5d5248c8cd4366cbb9c369db4a830e29496 + REF 7cf7a5acf7e79612598f38f4d7966ddbe498b846 # 1.1.0 + SHA512 77f02e53c4a2d28c689169b1d0aad9f8e7f28c03c31e0512624cd51a6f2ddd3f863a6a48631fc560311015108263bcd31d6e1a7e092e8c45595ea50b00d51df3 HEAD_REF master PATCHES "curl-submodule-no-pkg-config-in-vcpkg.patch" ) |
