aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-consul
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-consul
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-consul')
-rw-r--r--ports/oatpp-consul/CONTROL3
-rw-r--r--ports/oatpp-consul/portfile.cmake6
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/oatpp-consul/CONTROL b/ports/oatpp-consul/CONTROL
index d6722dcbe..468f48f30 100644
--- a/ports/oatpp-consul/CONTROL
+++ b/ports/oatpp-consul/CONTROL
@@ -1,4 +1,5 @@
Source: oatpp-consul
-Version: 1.0.0
+Version: 1.1.0
Description: OAT++ Modern web framework consul module
Build-Depends: oatpp
+Homepage: https://github.com/oatpp/oatpp-consul
diff --git a/ports/oatpp-consul/portfile.cmake b/ports/oatpp-consul/portfile.cmake
index f7568990c..8c61812e4 100644
--- a/ports/oatpp-consul/portfile.cmake
+++ b/ports/oatpp-consul/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-consul
- REF 4fb420fdf9286f0e0f8d2a1dbd30a56024f10529 # 1.0.0
- SHA512 fa26ed7b12ed1cc6bf0a969628b4e70a911bfba76562a6c7406a13875dae88f5125349107e3278362441b518d556ac75c926994b21f93e02e2decc80883e3bfa
+ REF e8da386f8f21bc416329aa1f72507ba710ac8d94 # 1.1.0
+ SHA512 69d159a8fb3887fdc0654598d14b3320d04bb91baff7113f7cf95394f28e29a3e78014c42d135825c17ecbaab456784b36983527161f8f694ee8b6f62aefee4e
HEAD_REF master
)