mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:50:58 +08:00
[sentry-native] update to 0.7.4 (#38898)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
2ac5baa352
commit
d42de9af8b
@ -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 0f6008f8540188324f67982d7f83f564c7c4d21b5f873a75660f45746e31c99bd20ec1e44ed5662dfbb8087ad61c58a0120d2f3fc3041cea7a408b26b70736a6
|
||||
SHA512 26976e6f349e5a94a5ce83bc30cd9306d402ca4ed84382ba24a267c116a8d6ba2dadd0b300e5924c69bc5dd39531e3f6e39820a0b40ccf2b673937ad58de3860
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sentry-native",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"description": "Sentry SDK for C, C++ and native applications.",
|
||||
"homepage": "https://sentry.io/",
|
||||
"license": "MIT",
|
||||
|
@ -8025,7 +8025,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sentry-native": {
|
||||
"baseline": "0.7.3",
|
||||
"baseline": "0.7.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"septag-dmon": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1c5ae9657d5c7fdee6e70a240c6941ba6b5bbb72",
|
||||
"version": "0.7.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5b0a83df7a761a8ad80cd6adc2b09624299c0f19",
|
||||
"version": "0.7.3",
|
||||
|
Loading…
Reference in New Issue
Block a user