mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
[safeint] Update to 3.0.26 version (#18176)
* [safeint] Update to 3.0.26 version * [safeint] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
This commit is contained in:
parent
ab3a32e2af
commit
212477fd66
@ -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
|
@ -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
|
||||
)
|
||||
|
||||
|
6
ports/safeint/vcpkg.json
Normal file
6
ports/safeint/vcpkg.json
Normal file
@ -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"
|
||||
}
|
@ -5569,7 +5569,7 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"safeint": {
|
||||
"baseline": "3.24",
|
||||
"baseline": "3.0.26",
|
||||
"port-version": 0
|
||||
},
|
||||
"sail": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "58748cf68cd1ee3e6ca45e53bb9059f9ae787349",
|
||||
"version": "3.0.26",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b57c51a101e68d8804f4ee8da95cc4b7bd1f4bf9",
|
||||
"version-string": "3.24",
|
||||
|
Loading…
Reference in New Issue
Block a user