diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2021-06-02 22:37:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-02 15:37:23 -0500 |
| commit | 212477fd66c273b7ee49d96ca41a4059cd4360cb (patch) | |
| tree | 686332765213000331df2d964337e294b3afcea4 /ports | |
| parent | ab3a32e2af18a91c14dbba4719d06407693215f4 (diff) | |
| download | vcpkg-212477fd66c273b7ee49d96ca41a4059cd4360cb.tar.gz vcpkg-212477fd66c273b7ee49d96ca41a4059cd4360cb.zip | |
[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>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/safeint/CONTROL | 4 | ||||
| -rw-r--r-- | ports/safeint/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/safeint/vcpkg.json | 6 |
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" +} |
