Skip to content

Commit

Permalink
[sentry-native] Update to 0.5.2 (#27354)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd authored Oct 21, 2022
1 parent 0c2ce0e commit 5251291
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 19 deletions.
13 changes: 0 additions & 13 deletions ports/sentry-native/fix-crashpad.patch

This file was deleted.

7 changes: 3 additions & 4 deletions ports/sentry-native/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/getsentry/sentry-native/releases/download/0.5.1/sentry-native.zip"
FILENAME "sentry-native-0.5.1.zip"
SHA512 d71eb0cdf9d477934aaa87adf1c5292102f61c4cbaaebacfe7502a4bc71a39797c26bd93824dd831103e634445d965f0f339f2cca5ab7cb17f631e67e4557aed
URLS "https://github.com/getsentry/sentry-native/releases/download/0.5.2/sentry-native.zip"
FILENAME "sentry-native-0.5.2.zip"
SHA512 bbeff94c6795be737d1aee99a061dfb863eca5abbc2797b2bb4a2903354b25787f4808694bf24eee9bdeb419eeae7f6e4f236b7eb95bcb1d3821ad799d322f54
)

vcpkg_extract_source_archive_ex(
Expand All @@ -12,7 +12,6 @@ vcpkg_extract_source_archive_ex(
fix-warningC5105.patch
fix-config-cmake.patch
use-zlib-target.patch
fix-crashpad.patch
)

if (NOT DEFINED SENTRY_BACKEND)
Expand Down
2 changes: 1 addition & 1 deletion ports/sentry-native/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sentry-native",
"version": "0.5.1",
"version": "0.5.2",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6793,7 +6793,7 @@
"port-version": 1
},
"sentry-native": {
"baseline": "0.5.1",
"baseline": "0.5.2",
"port-version": 0
},
"septag-dmon": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sentry-native.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d09222f412378415ba0afcd6aa37ec01a6b751e8",
"version": "0.5.2",
"port-version": 0
},
{
"git-tree": "b6921611eaa64bc5a1864afb305afc272035b396",
"version": "0.5.1",
Expand Down

0 comments on commit 5251291

Please sign in to comment.