[sentry-native] update to 0.7.16 (#42521)

This commit is contained in:
Vitalii Koshura 2024-12-04 21:22:41 +01:00 committed by GitHub
parent 8e96747014
commit 03b4aec0e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/getsentry/sentry-native/releases/download/${VERSION}/sentry-native.zip" URLS "https://github.com/getsentry/sentry-native/releases/download/${VERSION}/sentry-native.zip"
FILENAME "sentry-native-${VERSION}.zip" FILENAME "sentry-native-${VERSION}.zip"
SHA512 dfe1b3c17800a29d3a37b2c37fdadd8e7a18340031aef2838c4ce00eb5fb19147846b3dea12ef599dd67160c159e2bb550229deb17a4f7fa8488ab56cde229d1 SHA512 a7e363d6ce119d88a34c3503107c338eb59f0faaedb107f66ebbc7ce4cb89500ff53fc9fad4ffdde5aa5235f6d72e9ed4bf978432e35752340dc1735518d8b0d
) )
vcpkg_extract_source_archive( vcpkg_extract_source_archive(

View File

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

View File

@ -8277,7 +8277,7 @@
"port-version": 1 "port-version": 1
}, },
"sentry-native": { "sentry-native": {
"baseline": "0.7.15", "baseline": "0.7.16",
"port-version": 0 "port-version": 0
}, },
"septag-dmon": { "septag-dmon": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "3033a490102b82bd53aa21db938ca482589d4001",
"version": "0.7.16",
"port-version": 0
},
{ {
"git-tree": "ac2774a6afddaab9baf5835d3471149001006258", "git-tree": "ac2774a6afddaab9baf5835d3471149001006258",
"version": "0.7.15", "version": "0.7.15",