mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
[sentry-native] update to 0.7.13 (#42212)
This commit is contained in:
parent
acd031980f
commit
c69fb9b969
4 changed files with 8 additions and 3 deletions
|
@ -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 51e4d1241181d72cf53242c0244dac123870cee8db6cb379193ae94d19f30bd321463ab11bb007474dbc1e7f2417710d702abd754eb1f88ecdbfd0c3c67e6a20
|
||||
SHA512 158bc23ff84ce1f2d9649482fa1e3ff4a4a6c9b4698ae83d48dc82b8ecabcf3de419c23117795b43b76de55d9bf2214f0a6300180cf33a2285f83db027f17e73
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sentry-native",
|
||||
"version": "0.7.12",
|
||||
"version": "0.7.13",
|
||||
"description": "Sentry SDK for C, C++ and native applications.",
|
||||
"homepage": "https://sentry.io/",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -8269,7 +8269,7 @@
|
|||
"port-version": 1
|
||||
},
|
||||
"sentry-native": {
|
||||
"baseline": "0.7.12",
|
||||
"baseline": "0.7.13",
|
||||
"port-version": 0
|
||||
},
|
||||
"septag-dmon": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d2ab9b0d88a8028f17c6c564c8d89f4a9bcce6a2",
|
||||
"version": "0.7.13",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f77b7e5c3e18068af7bac6c7d955ddaa862f5fb7",
|
||||
"version": "0.7.12",
|
||||
|
|
Loading…
Reference in a new issue