aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/redshell/CONTROL4
-rw-r--r--ports/redshell/portfile.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/redshell/CONTROL b/ports/redshell/CONTROL
index 54d211498..adb34e490 100644
--- a/ports/redshell/CONTROL
+++ b/ports/redshell/CONTROL
@@ -1,4 +1,4 @@
Source: redshell
-Version: 1.0.0
+Version: 1.1.2
Description: RedShell C++ SDK. Steam attribution tracking, www.redshell.io
-# Built-Using: openssl (= 1.0.2k-2), cpprestsdk (= 2.9.0-2), boost (= 1.64-4), websocketpp (= 0.7.0), zlib (= 1.2.11), bzip2 (= 1.0.6-1)
+# Built-Using: openssl (= 1.0.2m), cpprestsdk (= 2.10.0), boost (= 1.65.1-3), websocketpp (= 0.7.0-1), zlib (= 1.2.11-3), bzip2 (= 1.0.6-2)
diff --git a/ports/redshell/portfile.cmake b/ports/redshell/portfile.cmake
index d7fbec955..52d5c105e 100644
--- a/ports/redshell/portfile.cmake
+++ b/ports/redshell/portfile.cmake
@@ -22,8 +22,8 @@ set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/redshell)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Innervate/red-shell-cpp
- REF 1.0.0
- SHA512 00c79a09e92131e4ee0f46b14a2280bdb4e8c5970876dba99e8edd2294813f1b602eb0c9c8e24c9fd363a5c276dfa3daaf71f6ba2774842a8b565c803b3ff08c
+ REF 1.1.2
+ SHA512 9e0705508928efed5ae5c216316cb0429090cd7131ca7993f585eaf26bccd1e18b93dfeaff0406c64921b06c8312c0d147024af1c29e6003ff35556cda36e57c
HEAD_REF master
)