From c69fb9b969ec1464f503b07051ac8808f24c84c3 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Tue, 19 Nov 2024 08:06:23 +0100 Subject: [PATCH] [sentry-native] update to 0.7.13 (#42212) --- ports/sentry-native/portfile.cmake | 2 +- ports/sentry-native/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/s-/sentry-native.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/sentry-native/portfile.cmake b/ports/sentry-native/portfile.cmake index 746696d1ca..fd491b7f62 100644 --- a/ports/sentry-native/portfile.cmake +++ b/ports/sentry-native/portfile.cmake @@ -1,7 +1,7 @@ vcpkg_download_distfile(ARCHIVE URLS "https://github.com/getsentry/sentry-native/releases/download/${VERSION}/sentry-native.zip" FILENAME "sentry-native-${VERSION}.zip" - SHA512 51e4d1241181d72cf53242c0244dac123870cee8db6cb379193ae94d19f30bd321463ab11bb007474dbc1e7f2417710d702abd754eb1f88ecdbfd0c3c67e6a20 + SHA512 158bc23ff84ce1f2d9649482fa1e3ff4a4a6c9b4698ae83d48dc82b8ecabcf3de419c23117795b43b76de55d9bf2214f0a6300180cf33a2285f83db027f17e73 ) vcpkg_extract_source_archive( diff --git a/ports/sentry-native/vcpkg.json b/ports/sentry-native/vcpkg.json index 75b614e8d0..41da94e3d3 100644 --- a/ports/sentry-native/vcpkg.json +++ b/ports/sentry-native/vcpkg.json @@ -1,6 +1,6 @@ { "name": "sentry-native", - "version": "0.7.12", + "version": "0.7.13", "description": "Sentry SDK for C, C++ and native applications.", "homepage": "https://sentry.io/", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 95ea51913c..b379f6c567 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8269,7 +8269,7 @@ "port-version": 1 }, "sentry-native": { - "baseline": "0.7.12", + "baseline": "0.7.13", "port-version": 0 }, "septag-dmon": { diff --git a/versions/s-/sentry-native.json b/versions/s-/sentry-native.json index d9c7bcc641..79694a81ab 100644 --- a/versions/s-/sentry-native.json +++ b/versions/s-/sentry-native.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d2ab9b0d88a8028f17c6c564c8d89f4a9bcce6a2", + "version": "0.7.13", + "port-version": 0 + }, { "git-tree": "f77b7e5c3e18068af7bac6c7d955ddaa862f5fb7", "version": "0.7.12",