From 6effbd559123c26dc1667ab511041b2d52504f1e Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Sat, 23 Nov 2024 00:20:02 +0100 Subject: [PATCH] [sentry-native] update to 0.7.15 (#42292) Signed-off-by: Vitalii Koshura --- 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 fd491b7f62..1ab4bbb992 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 158bc23ff84ce1f2d9649482fa1e3ff4a4a6c9b4698ae83d48dc82b8ecabcf3de419c23117795b43b76de55d9bf2214f0a6300180cf33a2285f83db027f17e73 + SHA512 dfe1b3c17800a29d3a37b2c37fdadd8e7a18340031aef2838c4ce00eb5fb19147846b3dea12ef599dd67160c159e2bb550229deb17a4f7fa8488ab56cde229d1 ) vcpkg_extract_source_archive( diff --git a/ports/sentry-native/vcpkg.json b/ports/sentry-native/vcpkg.json index 41da94e3d3..fe8a33b6d0 100644 --- a/ports/sentry-native/vcpkg.json +++ b/ports/sentry-native/vcpkg.json @@ -1,6 +1,6 @@ { "name": "sentry-native", - "version": "0.7.13", + "version": "0.7.15", "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 0b63d2343f..cbab2b30b3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8269,7 +8269,7 @@ "port-version": 1 }, "sentry-native": { - "baseline": "0.7.13", + "baseline": "0.7.15", "port-version": 0 }, "septag-dmon": { diff --git a/versions/s-/sentry-native.json b/versions/s-/sentry-native.json index 79694a81ab..e50eedb1a3 100644 --- a/versions/s-/sentry-native.json +++ b/versions/s-/sentry-native.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ac2774a6afddaab9baf5835d3471149001006258", + "version": "0.7.15", + "port-version": 0 + }, { "git-tree": "d2ab9b0d88a8028f17c6c564c8d89f4a9bcce6a2", "version": "0.7.13",