aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-swagger
diff options
context:
space:
mode:
authorMichael Heyman <mheyman@gmail.com>2020-10-06 10:54:50 -0400
committerGitHub <noreply@github.com>2020-10-06 07:54:50 -0700
commit0aae396aaf930e6a86dcba75dffb91776f65cdd9 (patch)
tree9069cd3976e532109e3a4e76401964510154a91a /ports/oatpp-swagger
parent76a7e9248fb3c57350b559966dcaa2d52a5e4458 (diff)
downloadvcpkg-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-swagger')
-rw-r--r--ports/oatpp-swagger/CONTROL3
-rw-r--r--ports/oatpp-swagger/portfile.cmake6
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/oatpp-swagger/CONTROL b/ports/oatpp-swagger/CONTROL
index bb320bc2f..d45a5e7de 100644
--- a/ports/oatpp-swagger/CONTROL
+++ b/ports/oatpp-swagger/CONTROL
@@ -1,4 +1,5 @@
Source: oatpp-swagger
-Version: 1.0.0
+Version: 1.1.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 a39b11a8e..c8773b643 100644
--- a/ports/oatpp-swagger/portfile.cmake
+++ b/ports/oatpp-swagger/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-swagger
- REF 8e4a5d32f82ff71ad645fbfb7e5257a6b611ecfd # 1.0.0
- SHA512 9ae31686689862667871531e92625239fd8b54a6ed77b54ab85ecb09633afae0d450be5bcee6e266d01b2edc602bae6c0ab59dd12f926d689f7183373a39bb21
+ REF 7aa5ecb07bfbf9931aa7906247d8c8f59f35a4b4 # 1.1.0
+ SHA512 df1f61e69ad2a7a533bc2b2a78342edb6954ba77980cf941d22f09e86d2fe85073863061aec44ccd80f15b8ea70d5fc70024c806f85cddc6790331ee718ad8bc
HEAD_REF master
)