mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 04:34:07 +08:00
[sentry-native] Update to 0.4.10 (#18627)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
9a7d5a29dd
commit
3ca51a73ed
@ -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.9/sentry-native.zip"
|
||||
FILENAME "sentry-native-0.4.9.zip"
|
||||
SHA512 152e3c6cfc7a72421f088f0e9853f016b62e2c22c580edb6255355648d293a31507974bc5c12ef3c0cd721d07797b9948f53ecafa1482d3264504cafac1fe8a3
|
||||
URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.10/sentry-native.zip"
|
||||
FILENAME "sentry-native-0.4.10.zip"
|
||||
SHA512 fd7aa8de707b19dfc3704e3f1d73bb35aa65cf26e95df0baf2061ce756232b76b26d406ffc11b53e57d949f5f14899265095d8d4d3f8ff4777cdeceeca5b6f94
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "sentry-native",
|
||||
"version-semver": "0.4.9",
|
||||
"port-version": 1,
|
||||
"version-semver": "0.4.10",
|
||||
"description": "Sentry SDK for C, C++ and native applications.",
|
||||
"homepage": "https://sentry.io/",
|
||||
"supports": "!(arm | (arm64 & !osx) | uwp)",
|
||||
|
@ -5705,8 +5705,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sentry-native": {
|
||||
"baseline": "0.4.9",
|
||||
"port-version": 1
|
||||
"baseline": "0.4.10",
|
||||
"port-version": 0
|
||||
},
|
||||
"septag-sx": {
|
||||
"baseline": "2019-05-07-2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "487eaee55f15e263063288c15aab12d296ac598f",
|
||||
"version-semver": "0.4.10",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8200b5e337c4e6074c67a6a2398fa7bbbb3c2e4b",
|
||||
"version-semver": "0.4.9",
|
||||
|
Loading…
Reference in New Issue
Block a user