aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/safeint/CONTROL4
-rw-r--r--ports/safeint/portfile.cmake4
-rw-r--r--ports/safeint/vcpkg.json6
3 files changed, 8 insertions, 6 deletions
diff --git a/ports/safeint/CONTROL b/ports/safeint/CONTROL
deleted file mode 100644
index a15905afa..000000000
--- a/ports/safeint/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: safeint
-Version: 3.24
-Homepage: https://github.com/dcleblanc/SafeInt
-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 6db0fdf09..298dd559f 100644
--- a/ports/safeint/portfile.cmake
+++ b/ports/safeint/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO dcleblanc/SafeInt
- REF 34a1b2191deb89eca9db4e5e1cfe5e72e70eb472 # 3.24
- SHA512 c76a973a9f0fc7d464f63ca8e5946f357832cd9688894b8f93573da75b238b08fff06ecbac44a3dbf4f2c7c472b038b44b774823a6ec3359c06becd645c924a7
+ REF 3.0.26
+ SHA512 fc58c244d8d4999ccfb89bcc214646d27238fd2e4e3081accb937276ebd3010807548576f6db1baf08878175133f4f6925773b4376df7669b65ed5c1e6572e26
HEAD_REF master
)
diff --git a/ports/safeint/vcpkg.json b/ports/safeint/vcpkg.json
new file mode 100644
index 000000000..aa544da3b
--- /dev/null
+++ b/ports/safeint/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "safeint",
+ "version": "3.0.26",
+ "description": "SafeInt is a class library for C++ that manages integer overflows",
+ "homepage": "https://github.com/dcleblanc/SafeInt"
+}