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 726ebdc6b..6ac85d36b 100644
--- a/ports/safeint/CONTROL
+++ b/ports/safeint/CONTROL
@@ -1,3 +1,3 @@
Source: safeint
-Version: 3.19.2
+Version: 3.20.0
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 dd8e41aca..bacd54541 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 b1c48bd32b5e748ed57c153c418a5ed67538045a
- SHA512 d0b59430da353e0af55a9ab83964e35bfb61edff00f8a2aef6df139720f271aae851ea9de54ca4280e220eff9946590a7b5c85c102f3c2e5f051a6cb7d7a3e5e
+ REF 3.20.0
+ SHA512 ebd10ac2578b4ab7968b2f89b7c8114a55bfd1967d625498a555b5354acf5a8c6b145b38429eb0dc853e7a0a33728a2a5acb505888bc983e7b0de81d09f50918
HEAD_REF master
)