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