aboutsummaryrefslogtreecommitdiff
path: root/ports/safeint
diff options
context:
space:
mode:
Diffstat (limited to 'ports/safeint')
-rw-r--r--ports/safeint/CONTROL2
-rw-r--r--ports/safeint/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/safeint/CONTROL b/ports/safeint/CONTROL
index 02676e9e9..ca9c476df 100644
--- a/ports/safeint/CONTROL
+++ b/ports/safeint/CONTROL
@@ -1,3 +1,3 @@
Source: safeint
-Version: 3.21
+Version: 3.23
Description: SafeInt is a class library for C++ that manages integer overflows
diff --git a/ports/safeint/portfile.cmake b/ports/safeint/portfile.cmake
index 697cdcbb2..b137d7685 100644
--- a/ports/safeint/portfile.cmake
+++ b/ports/safeint/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dcleblanc/SafeInt
- REF 3.21
- SHA512 211885bccd768ccb175b1f672a4156642f9d75074059cf537b5e2f751a19e37983e6acf7c4bf936ddc8828e0c6510165722f02f76ec943e3c03ca486a48d3340
+ REF 4fe8294d73b7b442413ce85f3fe4e69ef6a9e6e2 # 3.23
+ SHA512 9f50bb92b9c4733739889b16065bcaadaec72526ed645daefde730503b21c939f521c6f7d6c77529b2129915ea49099f21cd84a9f3857a01a0a5252af2b5f687
HEAD_REF master
)