aboutsummaryrefslogtreecommitdiff
path: root/ports/oatpp-websocket
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-websocket
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-websocket')
-rw-r--r--ports/oatpp-websocket/CONTROL3
-rw-r--r--ports/oatpp-websocket/portfile.cmake6
2 files changed, 5 insertions, 4 deletions
diff --git a/ports/oatpp-websocket/CONTROL b/ports/oatpp-websocket/CONTROL
index 75d9104ae..cf6ca6c18 100644
--- a/ports/oatpp-websocket/CONTROL
+++ b/ports/oatpp-websocket/CONTROL
@@ -1,4 +1,5 @@
Source: oatpp-websocket
-Version: 1.0.0
+Version: 1.1.0
Description: Oat++ websocket module
Build-Depends: oatpp
+Homepage: https://github.com/oatpp/oatpp-websocket
diff --git a/ports/oatpp-websocket/portfile.cmake b/ports/oatpp-websocket/portfile.cmake
index ed871ab22..511815276 100644
--- a/ports/oatpp-websocket/portfile.cmake
+++ b/ports/oatpp-websocket/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-websocket
- REF d047321db5ca9194b0035eea481623983a59c82c # 1.0.0
- SHA512 76e411557a790fccbd346241826a89a01f707ecb6bf3295fd4c7af706d376d5cb21070ee375b45ce1aa14ad8d79db753c1adbc2b503b79c8b8e5ae59a044b03b
+ REF 41a0480fdd4cf8a076c9fbd79959be1156ecb204 # 1.1.0
+ SHA512 7237e6d94ebc4873ee9a3350b01f2a841f419dc8fbc917a51aebd2dcd89927e1a58816dc83040bb7da1cee36d81aba6cf17833c58831c8693fd1454021610908
HEAD_REF master
)