[sentry-native] Update to 0.4.11 (#18856)

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2021-07-08 19:53:01 +02:00 committed by GitHub
parent 1af1e604cd
commit 9b96f7fce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -3,9 +3,9 @@ if(NOT VCPKG_TARGET_IS_OSX)
endif()
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.10/sentry-native.zip"
FILENAME "sentry-native-0.4.10.zip"
SHA512 fd7aa8de707b19dfc3704e3f1d73bb35aa65cf26e95df0baf2061ce756232b76b26d406ffc11b53e57d949f5f14899265095d8d4d3f8ff4777cdeceeca5b6f94
URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.11/sentry-native.zip"
FILENAME "sentry-native-0.4.11.zip"
SHA512 3d66295526c0cd068a0b7c2180dbeae7594775b3eb3199a74da7efe634cbc19cff6eba8d44b1479037c43c6eb58a9ba4fdaf8da6995767f27c585a0d42582c37
)
vcpkg_extract_source_archive_ex(

View File

@ -1,6 +1,6 @@
{
"name": "sentry-native",
"version-semver": "0.4.10",
"version-semver": "0.4.11",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"supports": "!(arm | (arm64 & !osx) | uwp)",

View File

@ -5721,7 +5721,7 @@
"port-version": 0
},
"sentry-native": {
"baseline": "0.4.10",
"baseline": "0.4.11",
"port-version": 0
},
"septag-sx": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8343307e093e40faaf7e894be6aed4f60cb327d0",
"version-semver": "0.4.11",
"port-version": 0
},
{
"git-tree": "487eaee55f15e263063288c15aab12d296ac598f",
"version-semver": "0.4.10",