[sentry-native] Update to 0.5.3 (#28221)

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2022-12-08 19:43:37 +01:00 committed by GitHub
parent 5e471fe047
commit ca28e3a00b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 7 deletions

View File

@ -1,11 +1,11 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/getsentry/sentry-native/releases/download/0.5.2/sentry-native.zip"
FILENAME "sentry-native-0.5.2.zip"
SHA512 bbeff94c6795be737d1aee99a061dfb863eca5abbc2797b2bb4a2903354b25787f4808694bf24eee9bdeb419eeae7f6e4f236b7eb95bcb1d3821ad799d322f54
URLS "https://github.com/getsentry/sentry-native/releases/download/0.5.3/sentry-native.zip"
FILENAME "sentry-native-0.5.3.zip"
SHA512 5d8720a86d683b049d3e393a16b52fd2aea641714740222b473c18b986553c5657f939524670110438b79fb49440e44159a3c7f4470ae29140585df3d26fc34c
)
vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE ${ARCHIVE}
NO_REMOVE_ONE_LEVEL
PATCHES

View File

@ -1,6 +1,6 @@
{
"name": "sentry-native",
"version": "0.5.2",
"version": "0.5.3",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"license": "MIT",

View File

@ -6861,7 +6861,7 @@
"port-version": 2
},
"sentry-native": {
"baseline": "0.5.2",
"baseline": "0.5.3",
"port-version": 0
},
"septag-dmon": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "15c6d0c378a9b3db466534495786b58b171957be",
"version": "0.5.3",
"port-version": 0
},
{
"git-tree": "d09222f412378415ba0afcd6aa37ec01a6b751e8",
"version": "0.5.2",